Gets or sets the tree root.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming.Layout
C# Copy Code |
---|
public DiagramNode Root { get; set; } |
Visual Basic Copy Code |
---|
Public Property Root As DiagramNode |
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.