AppTheme Enum

Definition

Enumerates different themes an operating system or application can show.

public enum class AppTheme
public enum AppTheme
type AppTheme = 
Public Enum AppTheme
Inheritance
AppTheme

Fields

Dark 2

Dark theme.

Light 1

Light theme.

Unspecified 0

Default, unknown or unspecified theme.

Applies to