MindFusion.Wpf Pack Programmer's Guide
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.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf

 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. The default value is 20000.

 See Also

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