CefWindowInfo TransparentPaintingEnabled Property Xilium.CefGlue

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

Set to true (1) to enable transparent painting in combination with windowless rendering. When this value is true a transparent background color will be used (RGBA=0x00000000). When this value is false the background will be white and opaque.

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

public abstract bool TransparentPaintingEnabled { get; set; }

Property Value

Type: OnlineBoolean
See Also