Gets or sets a value indicating the importance of the low number of link crossings, relative to the other criteria considered by the algorithm.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public double CrossingLinksCost { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property CrossingLinksCost As Double |
RemarksAssigning a larger value to this property will make the algorithm choose graph configurations with fewer link crossings.
See Also