public enum CircularArrangement : System.Enum
public enum CircularArrangement : System.Enum
| Member | Description | 
|---|---|
| ConstantAngle | The angular distance between the nodes is constant | 
| ConstantDistance | The distance between the centers of the nodes is constant | 
| ConstantSpacing | The spacing between the idealized boundaries of the nodes is constant | 
| Packed | The vertices are arranged as close together as possible considering the CircularLayout.Spacing, assuming the nodes are rectangular. | 
System.Object
   System.ValueType
      System.Enum
         Northwoods.GoXam.Layout.CircularArrangement