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
C# Copy Code |
---|
public bool RouteLinks { get; set; } |
Visual Basic Copy Code |
---|
Public Property RouteLinks As Boolean |
true to route links around nodes, otherwise false. The default value is false.
This value is assigned to the AutoRoute property of new links.
Diagram Members
Diagram Class
MindFusion.Diagramming Namespace
LinkRouted Event