Gets or sets the tree root.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public DiagramNode Root { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Root As DiagramNode |
An instance of the DiagramNode class that represents the root node.
See Also