Gets or sets a value indicating whether the user is allowed to move the end point of a link.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public bool AllowMoveEnd { get; set; } |
Visual Basic Copy Code |
---|
Public Property AllowMoveEnd As Boolean |
true to enable users to move the end point of the link; otherwise, false. Initialized with the value of LinkEndsMovable.
Set the property to false to prevent the link destination to be changed interactively. Alternatively, you might handle the LinkModifying event to implement selective validation of attaching a link to different diagram nodes.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |