DisplayConfigRotation Enumeration
Specifies the clockwise rotation of a display.
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 DisplayConfigRotation
Public Enumeration DisplayConfigRotation
Dim instance As DisplayConfigRotation
public enum class DisplayConfigRotation
type DisplayConfigRotation
No code example is currently available or this language may not be supported.
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.
|