| BrowserSettingsWindowlessFrameRate Property  | 
Version 94.4.20 
            The maximum rate in frames per second (fps) that CefRenderHandler::OnPaint
            will be called for a windowless browser. The actual fps may be lower if
            the browser cannot generate frames at the requested rate. The minimum
            value is 1 and the maximum value is 60 (default 30). This value can also be
            changed dynamically via IBrowserHost.SetWindowlessFrameRate.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp.Core (in CefSharp.Core.dll) Version: 94.4.20.0
 Syntax
Syntaxpublic int WindowlessFrameRate { get; set; }public:
virtual property int WindowlessFrameRate {
	int get () sealed;
	void set (int value) sealed;
}Property Value
Type: 
Int32Implements
IBrowserSettingsWindowlessFrameRate See Also
See Also