Enum CircularDirection
- Namespace
- Northwoods.Go.Layouts
- Assembly
- Northwoods.GoDiagram.WinForms.CircularLayout.dll
This enumeration specifies the direction in which the nodes fill the ring. Used for Direction.
public enum CircularDirection
Fields
BidirectionalLeft = 2The ring is filled by alternating sides; the second node is counterclockwise from first node.
BidirectionalRight = 3The ring is filled by alternating sides; the second node is clockwise from first node.
Clockwise = 0Rings are filled clockwise.
Counterclockwise = 1Rings are filled counterclockwise.