GoLayoutTreeStyle Enumeration
In This Topic
This enumeration identifies the general style in which the nodes are laid out.
Syntax
Members
Member | Description |
Alternating |
Alternate layers of the tree have different properties, typically including the angle.
|
LastParents |
Just like the standard layered style, except that the nodes with children but no grandchildren
have alternate properties.
|
Layered | The normal tree style, where all of the children of each GoLayoutTreeNode are lined up horizontally or vertically. |
RootOnly |
All of the nodes get the alternate properties, except the root node gets the default properties.
|
See Also