ElementHighContrastAdjustment 列挙型

定義

ハイ コントラスト テーマが有効になっている場合に、フレームワークが要素のビジュアル プロパティを自動的に調整するかどうかを指定する定数を定義します。

この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。

public enum class ElementHighContrastAdjustment
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
enum class ElementHighContrastAdjustment
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum ElementHighContrastAdjustment
Public Enum ElementHighContrastAdjustment
継承
ElementHighContrastAdjustment
属性

フィールド

Application 2147483648

動作は Application.HighContrastAdjustment 設定から継承されます。

Auto 4294967295

ハイ コントラストが有効になっている場合、ビジュアルは自動的に調整されます。

None 0

ビジュアルに対して自動調整は行われません。

適用対象