Click or drag to resize
BrowserSettingsOffScreenTransparentBackground Property
Version 51.0.0
When the WPF/OffScreen browser is created, specify if the background supports transparency

Namespace: CefSharp
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 51.0.0.0
Syntax
public Nullable<bool> OffScreenTransparentBackground { get; set; }

Property Value

Type: NullableBoolean
See Also