CefSettings WindowlessRenderingEnabled Property Xilium.CefGlue

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

Set to true (1) to enable windowless (off-screen) rendering support. Do not enable this value if the application does not use windowless rendering as it may reduce rendering performance on some systems.

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

public bool WindowlessRenderingEnabled { get; set; }

Property Value

Type: OnlineBoolean
See Also