GoXam for WPF v3
CircularArrangement Enumeration
Northwoods.GoXam.Layout Namespace : CircularArrangement Enumeration
Specifies how the nodes should be spaced in the ring for CircularLayout.
Syntax
public enum CircularArrangement : System.Enum 
Members
MemberDescription
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
PackedThe vertices are arranged as close together as possible considering the CircularLayout.Spacing, assuming the nodes are rectangular.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Northwoods.GoXam.Layout.CircularArrangement

See Also

Reference

Northwoods.GoXam.Layout Namespace