Search
TreeLayoutExtensions.StretchFactor(T) Method
See Also
 





Sets the stretch factor applied on Radial tree layouts.

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

 Syntax

C#  Copy Code

public static T StretchFactor<T> (
    T treeLayout,
    float value
) where T : TreeLayout

Visual Basic  Copy Code

Public Shared Function StretchFactor(Of T As TreeLayout) ( _
    treeLayout As T, _
    value As Single _
) As T

 Parameters

treeLayout

value

 Return Value

 See Also