Property DefaultBackgroundColor
- Namespace
- DotNetBrowser.Browser
- Assembly
- DotNetBrowser.dll
DefaultBackgroundColor
Gets or sets the default browser background color.
Color DefaultBackgroundColor { get; set; }
Property Value
- Color
The default browser background color.
Exceptions
- ObjectDisposedException
The IBrowserSettings has already been disposed.
- ConnectionClosedException
The connection to the Chromium engine is closed.