Gets or sets a value indicating the importance of low number of overlaps between links and nodes relative to the other criteria considered by the algorithm.
Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public double NodeLinkCrossingCost { get; set; } |
Visual Basic Copy Code |
---|
Public Property NodeLinkCrossingCost As Double |
A double value added to the total cost of a graph configuration when a link crosses a node. The default is 15000.