CefBrowserSettings WindowlessFrameRate Property Xilium.CefGlue

[This is preliminary documentation and is subject to change.]

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).

Namespace: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

public int WindowlessFrameRate { get; set; }

Property Value

Type: OnlineInt32
See Also