MindFusion.Wpf Pack Programmer's Guide
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.Wpf.Layout.Fluent
Assembly: MindFusion.Diagramming.Wpf

 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

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