BrowserSettingsBackgroundColor Property |
Version 130.1.90
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: CefSharpAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public uint BackgroundColor { get; set; }
public:
virtual property unsigned int BackgroundColor {
unsigned int get () sealed;
void set (unsigned int value) sealed;
}
Property Value
UInt32Implements
IBrowserSettingsBackgroundColorSee Also