Class AddScreenParams
- Namespace
- PuppeteerSharp
- Assembly
- PuppeteerSharp.dll
Parameters for adding a new screen.
public class AddScreenParams
- Inheritance
-
AddScreenParams
Properties
ColorDepth
Gets or sets the color depth.
public int? ColorDepth { get; set; }
Property Value
- int?
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
IsInternal
Gets or sets a value indicating whether the screen is internal.
public bool? IsInternal { get; set; }
Property Value
- bool?
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
Rotation
Gets or sets the rotation in degrees.
public int? Rotation { get; set; }
Property Value
- int?
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; }
Property Value
WorkAreaInsets
Gets or sets the work area insets.
public WorkAreaInsets WorkAreaInsets { get; set; }