Skip to main content
Version: Version 5

Enumeration: Rotation

Enumerates different rotation values in 90 degree steps.

Enumeration Members

Clockwise

Clockwise: 90

Represents 90 degree clockwise rotation.


CounterClockwise

CounterClockwise: 270

Represents 270 degree counter-clockwise rotation.


None

None: 0

Represents 0 degree rotation (no rotation).


UpsideDown

UpsideDown: 180

Represents 180 degree rotation (upside down).