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

Light の既定のテーマを使用します。

注釈

この列挙体は、 RequestedTheme プロパティによって値として使用されます。

注意

Windows では、 RequestedTheme を Default に設定すると、常に "ダーク" がテーマになります。

適用対象

こちらもご覧ください