Class ResizeObserverOptions
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
ReportRate
Timespan in milliseconds after the browser detects the last change and notifies the interop service.
public int ReportRate { get; set; }
Property Value
Remarks
Defaults to 200
. Setting this value too low can cause poor application performance.