Search
TreeLayoutExtensions.Balance(T) Method
See Also
 





Sets a value indicating the ordering of the child nodes in order to produce layouts with custom balance.

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

 Syntax

C#  Copy Code

public static T Balance<T> (
    T treeLayout,
    TreeLayoutBalance value
) where T : TreeLayout

Visual Basic  Copy Code

Public Shared Function Balance(Of T As TreeLayout) ( _
    treeLayout As T, _
    value As TreeLayoutBalance _
) As T

 Parameters

treeLayout

value

 Return Value

 See Also