Search
FractalLayout.Root Property
See Also
 



Gets or sets the tree root.

 Syntax

VB6  Copy Code

Public Property Get Root() As Object
Public Property Let Root( _
    ByVal value As Object _
)

C++  Copy Code

public:
IDispatch* get_Root ()
void put_Root (
    IDispatch* value
)

 Property Value

A node that should be placed at the center of the arranged tree. The default value is null (Nothing in Visual Basic).

 Remarks

If there is no root specified, the algorithm automatically selects one that will lead to more balanced branch sizes.

 See Also