enum OrientationType { Default, RotatedLeft, RotatedRight, UpsideDown, Unknown } Orientation;
The orientation of the device.