CefSettings BackgroundColor Property Xilium.CefGlue

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

Opaque background color used for accelerated content. By default the background color will be white. 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: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

public CefColor BackgroundColor { get; set; }

Property Value

Type: CefColor
See Also