AppTheme 枚举

定义

枚举操作系统或应用程序可以显示的不同主题。

public enum class AppTheme
public enum AppTheme
type AppTheme = 
Public Enum AppTheme
继承
AppTheme

字段

名称 说明
Unspecified 0

默认、未知或未指定的主题。

Light 1

浅色主题。

Dark 2

深色主题。

适用于