Enum CircularDirection

GoDiagram®
v10.0.8
by Northwoods Software®

This enumeration specifies the direction in which the nodes fill the ring. Used for Direction.

Namespace: Northwoods.Go.Layouts
Assembly: Northwoods.GoDiagram.WinForms.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.