MindFusion.Wpf Pack Programmer's Guide
TreeLayoutExtensions.Root Method
See Also
 





Sets the root node of the tree.

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

 Syntax

C#  Copy Code

public static TreeLayout Root (
    TreeLayout treeLayout,
    Object value
)

Visual Basic  Copy Code

Public Shared Function Root( _
    treeLayout As TreeLayout, _
    value As Object _
) As TreeLayout

 Parameters

treeLayout

value

 Return Value

 See Also

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