Search
TreeLayoutExtensions.Root Method
See Also
 





Sets the root node of the tree.

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

 Syntax

C#  Copy Code

public static TreeLayout Root (
    TreeLayout treeLayout,
    DiagramNode value
)

Visual Basic  Copy Code

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

 Parameters

treeLayout

value

 Return Value

 See Also