Table of Contents

Enum VisualThemeType

Namespace
Alternet.Editor
Assembly
Alternet.Editor.v10.dll

Specifies Visual Theme type

public enum VisualThemeType

Fields

Auto = 5

Specifies that active theme (dark or light) is selected using the operating system settings. Control respect these system themes, and update immediately when the system theme changes.

Custom = 4

Specifies custom visual theme.

Dark = 2

Specifies dark visual theme.

Light = 1

Specifies light visual theme.

None = 0

Specifies no theme.

VisualStudioCode = 3

Specifies a Visual Studio Code-style visual theme.