DiagramLite Programmer's Guide
Diagram.DynamicLinks Property
See Also
 





Gets or sets the default value for the Dynamic property of new links.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public bool DynamicLinks { get; set; }

Visual Basic  Copy Code

Public Property DynamicLinks As Boolean

 Property Value

 Remarks

Use the property to specify whether links automatically reposition their end segments, so they keep pointing to the centers of connected nodes.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace