MindFusion.Wpf Pack Programmer's Guide
TreeLayoutExtensions.StretchFactor(T) Method
See Also
 





Sets the stretch factor applied on Radial tree layouts.

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

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

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

 Parameters

treeLayout

value

 Return Value

 See Also

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