Enum CircularSorting
This enumeration specifies how to sort the nodes. Used for Sorting.
Namespace: Northwoods.Go.Layouts
Assembly: Northwoods.GoDiagram.Avalonia.CircularLayout.dll
Syntax
public enum CircularSorting
Fields
Name | Description |
---|---|
Ascending | Nodes are sorted using the Comparer, in ascending order. |
Descending | Nodes are sorted using the Comparer, in reverse ascending order. |
Forwards | Nodes are arranged in the order given. |
Optimized | Nodes are ordered to reduce link crossings. |
Reverse | Nodes are arranged in the reverse of the order given. |