IBrowserSettingsWindowlessFrameRate Property  | 
Version 87.1.132 
            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 (in CefSharp.dll) Version: 87.1.132.0 (87.1.132.0)
Syntaxint WindowlessFrameRate { get; set; }property int WindowlessFrameRate {
	int get ();
	void set (int value);
}Property Value
Type: 
Int32
See Also