DiagramLite Programmer's Guide
Diagram.RouteLinks Property
See Also
 





Gets or sets a value indicating whether links should avoid nodes by going the shortest path from their origin to their destination without crossing any other nodes.

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

 Syntax

C#  Copy Code

public bool RouteLinks { get; set; }

Visual Basic  Copy Code

Public Property RouteLinks As Boolean

 Property Value

true to route links around nodes, otherwise false. The default value is false.

 Remarks

This value is assigned to the AutoRoute property of new links.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace
LinkRouted Event