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 = 2
The ring is filled by alternating sides; the second node is counterclockwise from first node.
BidirectionalRight = 3
The ring is filled by alternating sides; the second node is clockwise from first node.
Clockwise = 0
Rings are filled clockwise.
Counterclockwise = 1
Rings are filled counterclockwise.