Search
DiagramView.ControlHandlesStyle Property
See Also
 





Gets or sets the default value for the HandlesStyle property of new ControlNode nodes.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

public HandlesStyle ControlHandlesStyle { get; set; }

Visual Basic  Copy Code

Public Property ControlHandlesStyle As HandlesStyle

 Property Value

A member of the HandlesStyle enumeration. The default is HatchHandles.

 Remarks

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.

 See Also