DotNetBrowser Documentation
DotNetBrowser Documentation
DotNetBrowser API Reference
DotNetBrowser.Engine
IEngine Interface
IEngine Properties
CookieStore Property
Downloads Property
HttpCache Property
MediaDevices Property
Network Property
Options Property
Permissions Property
Plugins Property
Profiles Property
Proxy Property
SpellChecker Property
Theme Property
ZoomLevels Property
IEngine
Theme Property
Gets or sets the current Chromium theme.
Namespace:
DotNetBrowser.Engine
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.4
Syntax
C#
Copy
Theme
Theme
{
get
;
set
; }
Property Value
Type:
Theme
The theme that is currently used by Chromium: system, light, or dark.
Exceptions
Exception
Condition
ObjectDisposedException
The
IEngine
has already been disposed.
ConnectionClosedException
The connection to the Chromium engine is closed.
See Also
Reference
IEngine Interface
DotNetBrowser.Engine Namespace
Copyright © 2024 TeamDev Ltd. All Rights Reserved.