GoXam for WPF v3
Comparer Property (CircularLayout)
Northwoods.GoXam.Layout Namespace > CircularLayout Class : Comparer Property
Gets or sets the comparer which sorts the data when Sorting is set to CircularSorting.Ascending or CircularSorting.Descending.
Syntax
public IComparer<CircularVertex> Comparer {get; set;}

Property Value

The default is null, meaning the vertices are not sorted (this is equivalent to specifying CircularSorting.Forwards for the Sorting property.)
See Also

Reference

CircularLayout Class
CircularLayout Members