Click or drag to resize

IBrowserSettingsDefaultBackgroundColor Property

Gets or sets the default browser background color.

Namespace:  DotNetBrowser.Browser
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.22.0
Syntax
C#
Color DefaultBackgroundColor { get; set; }

Property Value

Type: Color
The default browser background color.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IBrowserSettings has already been disposed.
ConnectionClosedExceptionThe connection to the Chromium engine is closed.
See Also