Search
RoutingOptions.AvoidOverlaps Property
See Also
 





Gets or sets whether link segments should be pulled apart when they overlap in initially found routes.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool AvoidOverlaps { get; set; }

Visual Basic  Copy Code

Public Property AvoidOverlaps As Boolean

 Property Value

true to pull apart overlapping segments, or false otherwise. The default value is true.

 See Also