Search
SpringLayout.MinimizeCrossings Property
See Also
 






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

Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool MinimizeCrossings { get; set; }

Visual Basic  Copy Code

Public Property MinimizeCrossings As Boolean

 Property Value

 Remarks

If enabled, the algorithm tries to decrease number of crossing links. For better results, use greater IterationCount.

 See Also