Table of Contents

Class BrowserWindowSize

Namespace
MudBlazor.Services
Assembly
MudBlazor.dll

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

int

Width

Gets or sets the width of the browser window.

public int Width { get; set; }

Property Value

int