DisplayConfigRotation Enumeration

Specifies the clockwise rotation of a display.

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum DisplayConfigRotation

Remarks

Members

Identity 1 Indicates that rotation is 0 degrees—landscape mode.
Rotate90 2 Indicates that rotation is 90 degrees clockwise—portrait mode.
Rotate180 3 Indicates that rotation is 180 degrees clockwise—inverted landscape mode.
Rotate270 4 Indicates that rotation is 270 degrees clockwise—inverted portrait mode.

See Also