GoXam for WPF v3
CircularSorting Enumeration
Northwoods.GoXam.Layout Namespace : CircularSorting Enumeration
Specifies how to sort the nodes for CircularLayout.
Syntax
public enum CircularSorting : System.Enum 
Members
MemberDescription
AscendingNodes are sorted using the CircularLayout.Comparer, in ascending order
DescendingNodes 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
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Northwoods.GoXam.Layout.CircularSorting

See Also

Reference

Northwoods.GoXam.Layout Namespace