Search
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.Layout
Package: MindFusion.Diagramming

 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