SweepDirection
Enum
Specifies the direction of sweep operations for circular or arc-based controls. This enumeration defines whether sweeping operations proceed in a clockwise or counter-clockwise direction.
Definition
Fields
The sweep operation proceeds in a clockwise direction.
C#
Clockwise = 0
The sweep operation proceeds in a counter-clockwise direction.
C#
CounterClockwise = 1