ElementTheme 枚举

定义

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

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

字段

Dark 2

使用 深色 默认主题。

Default 0

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

Light 1

使用 浅色 默认主题。

注解

RequestedTheme 属性将此枚举用作值。

注意

在 Windows 上,将 RequestedTheme 设置为“默认”将始终导致“深色”为主题。

适用于

另请参阅