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





Gets or sets a value indicating the importance of the short length of 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 LinkLengthFactor { get; set; }

Visual Basic  Copy Code

Public Property LinkLengthFactor As Double

 Property Value

A double multiplier applied to the link length cost when evaluating the total cost of a graph configuration. The default is 0.25.

 Remarks

Assigning a larger value to this property will make the algorithm choose graph configurations in which links are shorter.

 See Also

AnnealLayout Members
AnnealLayout Class
MindFusion.Diagramming.Wpf.Layout Namespace
CrossingLinksCost Property
DistributionFactor Property