Search
TreeLayout.Root Property
See Also
 






Gets or sets the root node of the tree.

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

 Syntax

C#  Copy Code

public Object Root { get; set; }

Visual Basic  Copy Code

Public Property Root As Object

 Property Value

 Remarks

If not set, the layout will try to find the root automatically.

 See Also