Enum Rotation

Rotation enumeration

Enumeration of possible rotation values.

public enum Rotation

Values

NameValueDescription
None0Non-rotated.
on901Rotated on 90 degrees clockwise.
on1802Rotated on 180 degrees.
on2703Rotated on 270 degrees clockwise.
on3604Rotated on 360 degrees clockwise.

See Also