Click or drag to resize

IBrowserSettingsBackgroundColor Property

Version 91.1.160
Opaque background color used for the browser before a document is loaded and when no document color is specified. By default the background color will be the same as CefSettings.BackgroundColor. Only the RGB compontents of the specified value will be used. The alpha component must greater than 0 to enable use of the background color but will be otherwise ignored.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 91.1.160.0 (91.1.160.0)
Syntax
uint BackgroundColor { get; set; }

Property Value

Type: UInt32
See Also