Class ScreenInfo
- Namespace
- PuppeteerSharp
- Assembly
- PuppeteerSharp.dll
Contains information about a screen.
public class ScreenInfo
- Inheritance
-
ScreenInfo
Properties
AvailHeight
Gets or sets the available height.
public int AvailHeight { get; set; }
Property Value
AvailLeft
Gets or sets the available left position.
public int AvailLeft { get; set; }
Property Value
AvailTop
Gets or sets the available top position.
public int AvailTop { get; set; }
Property Value
AvailWidth
Gets or sets the available width.
public int AvailWidth { get; set; }
Property Value
ColorDepth
Gets or sets the color depth.
public int ColorDepth { get; set; }
Property Value
DevicePixelRatio
Gets or sets the device pixel ratio.
public double DevicePixelRatio { get; set; }
Property Value
Height
Gets or sets the height of the screen.
public int Height { get; set; }
Property Value
Id
Gets or sets the screen ID.
public string Id { get; set; }
Property Value
IsExtended
Gets or sets a value indicating whether the screen is extended.
public bool IsExtended { get; set; }
Property Value
IsInternal
Gets or sets a value indicating whether the screen is internal.
public bool IsInternal { get; set; }
Property Value
IsPrimary
Gets or sets a value indicating whether the screen is the primary screen.
public bool IsPrimary { get; set; }
Property Value
Label
Gets or sets the screen label.
public string Label { get; set; }
Property Value
Left
Gets or sets the left position of the screen.
public int Left { get; set; }
Property Value
Orientation
Gets or sets the screen orientation.
public ScreenOrientationInfo Orientation { get; set; }
Property Value
Top
Gets or sets the top position of the screen.
public int Top { get; set; }
Property Value
Width
Gets or sets the width of the screen.
public int Width { get; set; }