DiagramLite Programmer's Guide
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.Silverlight

 Syntax

C#  Copy Code

public bool Dynamic { get; set; }

Visual Basic  Copy Code

Public Property Dynamic As Boolean

 Property Value

 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.

 See Also

DiagramLink Members
DiagramLink Class
MindFusion.Diagramming Namespace
UpdateDynamicLink Method