Northwoods.GoSilverlight 1.2.2 Assembly
CircularSorting Enumeration
See Also  Send Feedback
Northwoods.GoXam.Layout Namespace : CircularSorting Enumeration

Specifies how to sort the nodes for CircularLayout.

Syntax

Visual Basic (Declaration) 
Public Enum CircularSorting 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
C# 
public enum CircularSorting : System.Enum, IComparableIConvertibleIFormattable  

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

Requirements

See Also

© 2010 All Rights Reserved.