Class BrowserWindowSize
Represents the size of a browser window.
public class BrowserWindowSize : EventArgs
- Inheritance
-
BrowserWindowSize
- Inherited Members
- Extension Methods
Constructors
BrowserWindowSize()
public BrowserWindowSize()
Properties
Height
Gets or sets the height of the browser window.
public int Height { get; set; }
Property Value
Width
Gets or sets the width of the browser window.
public int Width { get; set; }