BrowserSettingsOffScreenTransparentBackground Property |
Version 55.0.0
When the WPF/OffScreen browser is created, specify if the background supports
transparency
Namespace: CefSharpAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 55.0.0.0
Syntax public Nullable<bool> OffScreenTransparentBackground { get; set; }
public:
property Nullable<bool> OffScreenTransparentBackground {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
Property Value
Type:
NullableBooleanSee Also