Table of Contents

Enum Theme

Namespace
DotNetBrowser.Engine
Assembly
DotNetBrowser.dll

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

public enum Theme

Fields

Dark = 2

The dark theme.

Light = 1

The light theme.

System = 3

The theme inherited from the operating system settings.

Unspecified = 0

Reserved value.