Gets or sets the default value for the HandlesStyle property of new ControlNode nodes.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
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.
RemarksDefault 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.
See Also