DeviceModeDisplayOrientation Enumeration
Namespace: DevCase.Win32.EnumsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum DeviceModeDisplayOrientation
Public Enumeration DeviceModeDisplayOrientation
Dim instance As DeviceModeDisplayOrientation
public enum class DeviceModeDisplayOrientation
type DeviceModeDisplayOrientation
No code example is currently available or this language may not be supported.
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.
|