Gets or sets a value indicating whether longer links should be routed to avoid crossing the diagram nodes.
Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf
C# 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.
WpfDiagram Programmer's Guide | © 2024 MindFusion |