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