Class WindowBounds
- Namespace
- PuppeteerSharp
- Assembly
- PuppeteerSharp.dll
Bounds for a browser window.
public class WindowBounds
- Inheritance
-
WindowBounds
Properties
Height
Gets or sets the height of the window.
public int? Height { get; set; }
Property Value
- int?
Left
Gets or sets the left position of the window.
public int? Left { get; set; }
Property Value
- int?
Top
Gets or sets the top position of the window.
public int? Top { get; set; }
Property Value
- int?
Width
Gets or sets the width of the window.
public int? Width { get; set; }
Property Value
- int?
WindowState
Gets or sets the window state.
public WindowState? WindowState { get; set; }