Gets or sets the tree root.
Namespace: MindFusion.Diagramming.Layout
Package: MindFusion.Diagramming
C# 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.