Enum CircularDirection
This enumeration specifies the direction in which the nodes fill the ring. Used for Direction.
Namespace: Northwoods.Go.Layouts
Assembly: Northwoods.GoDiagram.Avalonia.CircularLayout.dll
Syntax
public enum CircularDirection
Fields
Name | Description |
---|---|
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. |