Search
Diagram.LinkHandlesStyle Property
See Also
 





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

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public HandlesStyle LinkHandlesStyle { get; set; }

Visual Basic  Copy Code

Public Property LinkHandlesStyle As HandlesStyle

 Property Value

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

 Remarks

Default 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