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