Gets or sets the tree root.
SyntaxVB6
Copy Code
|
|---|
Public Property Get Root() As Object |
C++
Copy Code
|
|---|
public: |
A node that should be placed at the center of the arranged tree. The default value is null (Nothing in Visual Basic).
RemarksIf there is no root specified, the algorithm automatically selects one that will lead to more balanced branch sizes.
See Also