共用方式為


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 設定為 [預設] 一律會導致「深色」成為主題。

適用於

另請參閱