Gets or sets a value indicating whether a link automatically adjusts its end points positions in order to keep pointing to the centers of nodes that it connects.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public bool Dynamic { get; set; } |
Visual Basic Copy Code |
---|
Public Property Dynamic As Boolean |
true to make the link automatically adjust its end points; otherwise, false. Initialized with the value of DynamicLinks.
Use the property to specify whether a link automatically repositions its end segments, so they keep pointing to the centers of nodes connected by that link. If enabled, moving a connected node recalculates the position of link's end point, placing it at appropriate location of the node outline. If the node has anchor points assigned to it, the end point is attached to one of them. End points are realigned also when moving the points next to them.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |