Enum TreeArrangement
This enumeration specifies how to position the resulting trees in the document. Used for Arrangement.
Namespace: Northwoods.Go.Layouts
Assembly: Northwoods.GoDiagram.Avalonia.TreeLayout.dll
Syntax
public enum TreeArrangement
Fields
Name | Description |
---|---|
FixedRoots | Do not move each root node, but position all of their descendants relative to their root. |
Horizontal | Position each tree in a non-overlapping fashion by increasing X coordinates, starting at the ArrangementOrigin. |
Vertical | Position each tree in a non-overlapping fashion by increasing Y coordinates, starting at the ArrangementOrigin. |