Click or drag to resize

WindowInfoRuntimeStyle Property

Version 130.1.90
Optionally change the runtime style. Alloy style will always be used if WindowlessRenderingEnabled is true. See CefRuntimeStyle documentation for details.

Namespace: CefSharp
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public CefRuntimeStyle RuntimeStyle { get; set; }

Property Value

CefRuntimeStyle

Implements

IWindowInfoRuntimeStyle
See Also