Search
PatternRouter.MinimizeCrossings Property
See Also
 





Gets or sets a value indicating whether to minimize crossings with other links.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool MinimizeCrossings { get; set; }

Visual Basic  Copy Code

Public Property MinimizeCrossings As Boolean

 Property Value

true to minimize crossings, or false otherwise. The default value is false.

 Remarks

If this property is enabled, the algorithm runs an additional loop to count link crossings, which may affect performance for large diagrams.

 See Also