GoXam for WPF v3
Sorting Property (CircularLayout)
Northwoods.GoXam.Layout Namespace > CircularLayout Class : Sorting Property
Gets or sets if and how the nodes are sorted.
Syntax
public CircularSorting Sorting {get; set;}

Property Value

CircularSorting.Forwards indicates that the nodes are arranged in the order the layout gets them. CircularSorting.Reverse indicates that the nodes are arranged in the reverse order that the layout gets them. CircularSorting.Ascending and CircularSorting.Descending indicate that the nodes will be sorted using the Comparer CircularSorting.Optimized indicates that the nodes will be arranged to minimize link crossings The default value is CircularSorting.Optimized.
See Also

Reference

CircularLayout Class
CircularLayout Members