Search
DiagramLink.Dynamic Property
See Also
 





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

 Syntax

C#  Copy Code

public bool Dynamic { get; set; }

Visual Basic  Copy Code

Public Property Dynamic As Boolean

 Property Value

true to make the link automatically adjust its end points; otherwise, false. Initialized with the value of DynamicLinks.

 Remarks

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.

 See Also