Search
DiagramLink.AllowMoveStart Property
See Also
 





Gets or sets a value indicating whether the user is allowed to move the first control point of a link.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool AllowMoveStart { get; set; }

Visual Basic  Copy Code

Public Property AllowMoveStart As Boolean

 Property Value

true to enable users to move the start point of the link; otherwise false. Initialized with the value of LinkEndsMovable.

 Remarks

Set the property to false to prevent the link origin to be changed interactively. Alternatively, you might handle the LinkModifying event to implement selective validation of attaching a link to different diagram nodes.

 See Also