Gets or sets a value indicating whether link ends can be moved by users after the link is created.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public bool LinkEndsMovable { get; set; } |
Visual Basic Copy Code |
---|
Public Property LinkEndsMovable As Boolean |
true if moving link ends is allowed; false, if not.
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.
Diagram Members
Diagram Class
MindFusion.Diagramming Namespace
LinkModifying Event
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |