public enum CircularSorting : System.Enum
public enum CircularSorting : System.Enum
| Member | Description |
|---|---|
| Ascending | Nodes are sorted using the CircularLayout.Comparer, in ascending order |
| Descending | Nodes are sorted using the CircularLayout.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 |
System.Object
System.ValueType
System.Enum
Northwoods.GoXam.Layout.CircularSorting