Class ResizeObserverOptions
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
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; }