BrowserSettingsOffScreenTransparentBackground Property |
Version 57.0.0[Missing <summary> documentation for "P:CefSharp.BrowserSettings.OffScreenTransparentBackground"]
Namespace: CefSharpAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 57.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