Search
AnnealLayout.NodeLinkDistFactor Property
See Also
 





Gets or sets a value indicating the importance of the distance between nodes and links, relative to the other criteria considered by the algorithm.

Namespace: MindFusion.Diagramming.Layout
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public double NodeLinkDistFactor { get; set; }

Visual Basic  Copy Code

Public Property NodeLinkDistFactor As Double

 Property Value

A double value specifying the distance factor.

 See Also