Class ScreenOrientationInfo
- Namespace
- PuppeteerSharp
- Assembly
- PuppeteerSharp.dll
Represents screen orientation information.
public class ScreenOrientationInfo
- Inheritance
-
ScreenOrientationInfo
Properties
Angle
Gets or sets the orientation angle.
public int Angle { get; set; }
Property Value
Type
Gets or sets the orientation type.
public string Type { get; set; }