CircularPointerDirection Enum
Specifies the directions supported by circular pointers.
public enum CircularPointerDirection
Fields
| Name | Description |
|---|---|
| Clockwise | Indicates the pointer can only move in the clockwise direction. |
| CounterClockwise | Indicates the pointer can only move in the counter-clockwise direction. |
| Normal | Indicates the pointer can move either clockwise or counter-clockwise, but will not cross over the minimum or maximum value. |
| ShortestDistance | Indicates the pointer can move either clockwise or counter-clockwise, but will pick the shortest distance. |