Gets or sets a value indicating how the node adjustment handles behave and what do they look like.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public HandlesStyle HandlesStyle { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property HandlesStyle As HandlesStyle |
A member of the HandlesStyle enumeration.
RemarksSpecifies how node selection status is indicated visually. In addition, this property defines how manipulation of the node can be done, that is, how to move it, resize it or link it to other nodes. You can assign any of the HandlesStyle values to this property.
See Also