ElementTheme 枚举

定义

指定应用于应用 UI 的各个 UIElement 部分的 UI 主题。

public enum class ElementTheme
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class ElementTheme
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum ElementTheme
Public Enum ElementTheme
<object property="enumMemberName"/> 
 
继承
ElementTheme
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

字段

Dark 2

使用 深色 默认主题。

Default 0

对 元素使用 Application.RequestedTheme 值。 这是默认值。

Light 1

使用 浅色 默认主题。

注解

此枚举由 RequestedTheme 属性用作值。

注意

在 Windows 上,将 RequestedTheme 设置为“默认”将始终导致“深色”为主题。 在Windows Phone,使用默认值将导致查询用户设置的系统主题。

适用于

另请参阅