GoLayoutTreeArrangement Enumeration
In This Topic
This enumeration specifies how to position the resulting trees in the document.
Syntax
Members
Member | Description |
FixedRoots |
Do not move each root node, but position all of their descendents relative to their root.
|
Horizontal | Position each tree in a non-overlapping fashion by increasing X coordinates, starting at the GoLayoutTree.ArrangementOrigin. |
Vertical | Position each tree in a non-overlapping fashion by increasing Y coordinates, starting at the GoLayoutTree.ArrangementOrigin. |
See Also