Gets or sets the root node of the tree.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming.Silverlight
C#
![]() |
---|
public DiagramNode Root { get; set; } |
Visual Basic
![]() |
---|
Public Property Root As DiagramNode |
A DiagramNode instance specifying the root of the tree.
If not set, the layout will try to find the root automatically.