Gets or sets the tree root.
Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf
C#
![]() |
---|
public Object Root { get; set; } |
Visual Basic
![]() |
---|
Public Property Root As Object |
A DiagramNode that should be placed at the center of the arranged tree. The default value is null.
If there is no root specified, the algorithm automatically selects one that will lead to more balanced branch sizes.