Gets or sets the root node of the tree.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Object Root { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Root As Object |
RemarksIf not set, the layout will try to find the root automatically.
See Also