Class ScreenOrientation
Screen orientation.
public sealed record ScreenOrientation : IEquatable<ScreenOrientation>
- Inheritance
-
ScreenOrientation
- Implements
- Inherited Members
Constructors
ScreenOrientation(string, long)
Screen orientation.
public ScreenOrientation(string Type, long Angle)
Parameters
Properties
Angle
Orientation angle.
public long Angle { get; init; }
Property Value
Type
Orientation type.
public string Type { get; init; }