Gets or sets the default value for the HandlesStyle property of new links.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public HandlesStyle LinkHandlesStyle { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property LinkHandlesStyle As HandlesStyle |
A member of the HandlesStyle enumeration. The default is SquareHandles.
RemarksDefault value for the HandlesStyle property of new links, created either programmatically or by a user. That property specifies how links' selection status is indicated visually.
See Also