Enum DisplayRotation

Definition

Namespace:
ElmSharp
Assembly:
ElmSharp.dll
API Level:
preview

Enumeration for the display rotation of window.

C#
Copy
[Flags] public enum DisplayRotation
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.