ApplicationHighContrastAdjustment Enum

Definition

Defines constants that specify whether the framework automatically adjusts visual properties for the app when high contrast themes are enabled.

This enumeration supports a bitwise combination of its member values.

public enum class ApplicationHighContrastAdjustment
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
enum class ApplicationHighContrastAdjustment
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum ApplicationHighContrastAdjustment
Public Enum ApplicationHighContrastAdjustment
Inheritance
ApplicationHighContrastAdjustment
Attributes

Fields

Auto 4294967295

Visuals are automatically adjusted when high contrast is enabled.

None 0

No automatic adjustments are made to visuals.

Applies to