MindFusion.Wpf Pack Programmer's Guide
AnnealLayout.NodeLinkCrossingCost Property
See Also
 





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

 Syntax

C#  Copy Code

public double NodeLinkCrossingCost { get; set; }

Visual Basic  Copy Code

Public Property NodeLinkCrossingCost As Double

 Property Value

A double value added to the total cost of a graph configuration when a link crosses a node. The default is 15000.

 See Also

AnnealLayout Members
AnnealLayout Class
MindFusion.Diagramming.Wpf.Layout Namespace