Table of Contents

Class ElementSize

Namespace
MudBlazor.Interop
Assembly
MudBlazor.dll

Represents the size of an element.

public class ElementSize
Inheritance
ElementSize
Inherited Members
Extension Methods

Constructors

ElementSize()

public ElementSize()

Properties

Height

The height of the Element.

public required double Height { get; init; }

Property Value

double

Timestamp

The timestamp of the size change, used to help filter out of order events for server mode.

public long Timestamp { get; set; }

Property Value

long

Width

The width of the Element.

public required double Width { get; init; }

Property Value

double