Gets or sets the root node of the tree.
Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public Object Root { get; set; } |
Visual Basic Copy Code |
---|
Public Property Root As Object |
An instance of the DiagramNode class that represents the root node.
If not set, the layout will try to find the root automatically.