MindFusion.Wpf Pack Programmer's Guide
FlowLayout.AutoRoute Property
See Also
 





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

 Syntax

C#  Copy Code

public bool AutoRoute { get; set; }

Visual Basic  Copy Code

Public Property AutoRoute As Boolean

 Property Value

true to look for link routes that do not cross nodes; otherwise, false. The default is false.

 See Also

FlowLayout Members
FlowLayout Class
MindFusion.Diagramming.Wpf.Layout Namespace