Class ScreenOrientation
Screen orientation.
public sealed class ScreenOrientation
- Inheritance
-
ScreenOrientation
- Inherited Members
Properties
Angle
Orientation angle.
[JsonPropertyName("angle")]
public long Angle { get; set; }
Property Value
Type
Orientation type.
[JsonPropertyName("type")]
public ScreenOrientationTypeValues Type { get; set; }