public enum CircularDirection : System.Enum
public enum CircularDirection : System.Enum
| Member | Description | 
|---|---|
| BidirectionalLeft | The ring is filled by alternating sides; the second node is counterclockwise from first node. | 
| BidirectionalRight | The ring is filled by alternating sides; the second node is clockwise from first node. | 
| Clockwise | Rings are filled clockwise | 
| Counterclockwise | Rings are filled counterclockwise | 
System.Object
   System.ValueType
      System.Enum
         Northwoods.GoXam.Layout.CircularDirection