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.