Gets or sets a value indicating whether longer links should be routed to avoid crossing the diagram nodes.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool AutoRoute { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AutoRoute As Boolean |
true to look for link routes that do not cross nodes; otherwise, false. The default is false.
See Also