Property Theme
- Namespace
- DotNetBrowser.Engine
- Assembly
- DotNetBrowser.dll
Theme
Gets or sets the current Chromium theme.
Theme Theme { get; set; }
Property Value
- Theme
The theme that is currently used by Chromium: system, light, or dark.
Exceptions
- ObjectDisposedException
The IEngine has already been disposed.
- ConnectionClosedException
The connection to the Chromium engine is closed.