Table of Contents

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

int

Type

Gets or sets the orientation type.

public string Type { get; set; }

Property Value

string