Gets or sets a value indicating whether the user is allowed to move the first control point of a link. This is a dependency property.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public bool AllowMoveStart { get; set; } |
Visual Basic
![]() |
---|
Public Property AllowMoveStart As Boolean |
true to enable users to move the start point of the link; otherwise false.
Set the property to false to prevent the link origin 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 for WinUI Programmer's Guide | © 2024 MindFusion |