GoXam for WPF v3
CircularDirection Enumeration
Northwoods.GoXam.Layout Namespace : CircularDirection Enumeration
Represents the direction in which the nodes fill the ring for CircularLayout.
Syntax
public enum CircularDirection : System.Enum 
Members
MemberDescription
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
Inheritance Hierarchy

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

See Also

Reference

Northwoods.GoXam.Layout Namespace