Gets or sets a value indicating whether to minimize crossings with other links.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public bool MinimizeCrossings { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property MinimizeCrossings As Boolean |
true to minimize crossings, or false otherwise. The default value is false.
RemarksIf this property is enabled, the algorithm runs an additional loop to count link crossings, which may affect performance for large diagrams.
See Also