DeviceModeDisplayOrientation Enumeration

Specifies the orientation at which images should be presented in a display device.

For DisplayOrientation field.

For ChangeDisplaySettingsEx(String, DevMode, IntPtr, ChangeDisplaySettingsFlags, IntPtr) function.

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 DeviceModeDisplayOrientation

Remarks

Members

Default 0 The display orientation is the natural orientation of the display device; it should be used as the default.
Rotate90 1 The display orientation is rotated 90 degrees (measured clockwise) from Default.
Rotate180 2 The display orientation is rotated 180 degrees (measured clockwise) from Default.
Rotate270 3 The display orientation is rotated 270 degrees (measured clockwise) from Default.

See Also