Search
TreeLayout.KeepRootPos Property
See Also
 



Gets or sets a value indicating whether the layout algorithm should keep the root node at its original position.

 Syntax

VB6  Copy Code

Public Property Get KeepRootPos() As Boolean
Public Property Let KeepRootPos( _
    ByVal value As Boolean _
)

C++  Copy Code

public:
bool get_KeepRootPos ()
void put_KeepRootPos (
    bool value
)

 Property Value

A boolean value. The default is false.

 Remarks

If enabled, all other nodes will be arranged around that position; otherwise all nodes, including the root, are arranged around the document origin.

 See Also