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





Sets a value indicating whether the layout should approximate the length of graph links by calculating the distance between the centers of their incident nodes.

Namespace: MindFusion.Diagramming.Wpf.Layout.Fluent
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public static T ApproximateLinkLength<T> (
    T annealLayout,
    bool value
) where T : AnnealLayout

Visual Basic  Copy Code

Public Shared Function ApproximateLinkLength(Of T As AnnealLayout) ( _
    annealLayout As T, _
    value As Boolean _
) As T

 Parameters

annealLayout

value

 Return Value

 See Also

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