MindFusion.Wpf Pack Programmer's Guide
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.Wpf
Assembly: MindFusion.Diagramming.Wpf

 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

RoutingOptions Members
RoutingOptions Class
MindFusion.Diagramming.Wpf Namespace