Table of Contents

Class ResizeObserverOptions

Namespace
MudBlazor.Services
Assembly
MudBlazor.dll

Options for configuring the IResizeObserver.

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

Timespan in milliseconds after the browser detects the last change and notifies the interop service.

public int ReportRate { get; set; }

Property Value

int

Remarks

Defaults to 200. Setting this value too low can cause poor application performance.