Gets or sets the default value for the HandlesStyle property of new ControlNode nodes.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
C# Copy Code |
---|
public HandlesStyle ControlHandlesStyle { get; set; } |
Visual Basic Copy Code |
---|
Public Property ControlHandlesStyle As HandlesStyle |
A member of the HandlesStyle enumeration. The default is HatchHandles.
Default value for the HandlesStyle property of new control host nodes, created either programmatically or by a user. That property specifies how selected host nodes are indicated visually, and how they can be moved, resized or connected to other objects.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |