Search
Diagram.LinkEndsMovable Property
See Also
 





Gets or sets a value indicating whether link ends can be moved by users after the link is created.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool LinkEndsMovable { get; set; }

Visual Basic  Copy Code

Public Property LinkEndsMovable As Boolean

 Property Value

true if moving link ends is allowed; false, if not.

 Remarks

When the property is set to true, users cannot move the ends of a link after the link is created. This prevents them from connecting the links to other origin and destination nodes.

 See Also