Gets or sets the tree root.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming
SyntaxC#
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.
RemarksIf there is no root specified, the algorithm automatically selects one that will lead to more balanced branch sizes.
See Also