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
C# Copy Code |
---|
public double LinkLengthFactor { get; set; } |
Visual Basic Copy Code |
---|
Public Property LinkLengthFactor As Double |
A double multiplier applied to the link length cost when evaluating the total cost of a graph configuration. The default is 0.25.
Assigning a larger value to this property will make the algorithm choose graph configurations in which links are shorter.