Click or drag to resize

IEngineTheme Property

Gets or sets the current Chromium theme.

Namespace:  DotNetBrowser.Engine
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.4
Syntax
C#
Theme Theme { get; set; }

Property Value

Type: Theme
The theme that is currently used by Chromium: system, light, or dark.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IEngine has already been disposed.
ConnectionClosedExceptionThe connection to the Chromium engine is closed.
See Also