Search
AnnealLayoutExtensions.BoundaryFactor(T) Method
See Also
 





Sets a value indicating the importance of the distance between nodes and the layout area boundaries, relative to the other criteria considered by the algorithm.

Namespace: MindFusion.Diagramming.Layout.Fluent
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

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

 Parameters

annealLayout

value

 Return Value

 See Also