Search
SpringLayout.MinimizeCrossings Property
See Also
 





Gets or sets a value indicating whether crossing minimization mode is enabled.

Namespace: MindFusion.Diagramming.Layout
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool MinimizeCrossings { get; set; }

Visual Basic  Copy Code

Public Property MinimizeCrossings As Boolean

 Property Value

true to attempt crossing minimization; otherwise, false. The default is true.

 Remarks

If enabled, SpringLayout tries to decrease number of crossing links. However this could lead to poor symmetry and node distribution. For better results, use greater IterationCount.

 See Also