Click or drag to resize

Theme Enumeration

The Chromium theme, which affects the appearanceof web pages and their contents, as well as Chromium dialogs, such as Print Preview and DevTools.

Namespace:  DotNetBrowser.Engine
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.4
Syntax
C#
public enum Theme
Members
  Member nameValueDescription
Unspecified0 Reserved value.
Light1 The light theme.
Dark2 The dark theme.
System3 The theme inherited from the operating system settings.
See Also