Search
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.Layout
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public double NodeLinkCrossingCost { get; set; }

Visual Basic  Copy Code

Public Property NodeLinkCrossingCost As Double

 Property Value

 See Also