Gets or sets a value indicating whether arrow ends can be moved by users after the link is created.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
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.
WpfDiagram Programmer's Guide | © 2024 MindFusion |