Gets or sets a value indicating whether the layout algorithm should keep the root node at its original position.
SyntaxVB6
Copy Code
|
|---|
Public Property Get KeepRootPos() As Boolean |
C++
Copy Code
|
|---|
public: |
A boolean value. The default is false.
RemarksIf enabled, all other nodes will be arranged around that position; otherwise all nodes, including the root, are arranged around the document origin.
See Also