Table of Contents

Class ResizeObserverOptions

Namespace
MudBlazor.Services
Assembly
MudBlazor.dll
public class ResizeObserverOptions
Inheritance
ResizeObserverOptions
Inherited Members
Extension Methods

Constructors

ResizeObserverOptions()

public ResizeObserverOptions()

Properties

EnableLogging

Report resize events in the browser's console.

public bool EnableLogging { get; set; }

Property Value

bool

ReportRate

Timepsan in milliseconds after the browser detect the last chance and notify the interop service. Setting this value too low can cause poor application performance.

public int ReportRate { get; set; }

Property Value

int