IBrowserSettingsTransparentBackgroundEnabled Property |
Namespace: DotNetBrowser.Browser
bool TransparentBackgroundEnabled { get; set; }
Exception | Condition |
---|---|
ObjectDisposedException | The IBrowserSettings has already been disposed. |
ConnectionClosedException | The connection to the Chromium engine is closed. |
This property supports only the OffScreen rendering mode on Windows and Linux, and the both rendering modes on macOS.
The attempt to set this property to true in the unsupported rendering mode will result in an exception.