Gets or sets a value indicating whether crossing minimization mode is enabled.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool MinimizeCrossings { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property MinimizeCrossings As Boolean |
true to attempt crossing minimization; otherwise, false. The default is true.
RemarksIf enabled, the algorithm tries to decrease number of crossing links. For better results, use greater IterationCount.
See Also