MindFusion.Wpf Pack Programmer's Guide
AnnealLayoutExtensions.LinkLengthFactor(T) Method
See Also
 





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.Fluent
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public static T LinkLengthFactor<T> (
    T annealLayout,
    double value
) where T : AnnealLayout

Visual Basic  Copy Code

Public Shared Function LinkLengthFactor(Of T As AnnealLayout) ( _
    annealLayout As T, _
    value As Double _
) As T

 Parameters

annealLayout

value

 Return Value

 See Also

AnnealLayoutExtensions Members
AnnealLayoutExtensions Class
MindFusion.Diagramming.Wpf.Layout.Fluent Namespace