Enum TreeSorting
- Namespace
- Northwoods.Go.Layouts
- Assembly
- Northwoods.GoDiagram.WinForms.TreeLayout.dll
This enumeration specifies whether to sort the children of a node, and in what order to position them. Used for Sorting or AlternateSorting.
public enum TreeSorting
Fields
Ascending = 2
Lay out each child according to the sort order given by Comparer.
Descending = 3
Lay out each child in reverse sort order given by Comparer.
Forwards = 0
Lay out each child in the order in which they were found.
Reverse = 1
Lay out each child in reverse order from which they were found.