Enum DisplayRotation
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
Enumeration for the display rotation of window.
[Flags]
public enum DisplayRotation
Fields
Name | Description |
---|---|
Degree_0 | Rotation value of the window is 0 degree. |
Degree_180 | Rotation value of the window is 180 degrees. |
Degree_270 | Rotation value of the window is 270 degrees. |
Degree_90 | Rotation value of the window is 90 degrees. |