Click or drag to resize

CefWindowInfoTransparentPaintingEnabled Property

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:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public abstract bool TransparentPaintingEnabled { get; set; }

Property Value

Type: Boolean
See Also