DiagramLite Programmer's Guide
DiagramLink.AllowMoveEnd Property
See Also
 





Gets or sets a value indicating whether the user is allowed to move the end point of a link. This is a dependency property

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public bool AllowMoveEnd { get; set; }

Visual Basic  Copy Code

Public Property AllowMoveEnd As Boolean

 Property Value

true to enable users to move the end point of the link; otherwise, false. The default value is true.

 Remarks

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

 See Also

DiagramLink Members
DiagramLink Class
MindFusion.Diagramming Namespace
AllowMoveStart Property
Locked Property