Gets or sets the appearance of the link's selection handles.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public HandlesStyle HandlesStyle { get; set; } |
Visual Basic Copy Code |
---|
Public Property HandlesStyle As HandlesStyle |
A member of the HandlesStyle enumeration. Initialized with the value of LinkHandlesStyle.
Specifies how link's selection status is indicated visually. You can choose between the following styles:
Member name | Description |
---|---|
The selection is indicated by drawing square handles at the position of each control point. | |
The selection is indicated by drawing dashed line segments along the link's segments. In addition, there are square selection handles drawn at the location of each control point of the link. | |
MindFusion.Diagramming raises the DrawAdjustmentHandles events to let your application perform custom drawing of link's selection handles. |
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |