ElementHighContrastAdjustment Enum
Definition
Defines constants that specify whether the framework automatically adjusts visual properties for an element when high contrast themes are enabled.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
public enum class ElementHighContrastAdjustment
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.WebHostHidden]
enum ElementHighContrastAdjustment
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.WebHostHidden]
public enum ElementHighContrastAdjustment
Public Enum ElementHighContrastAdjustment
- Inheritance
-
ElementHighContrastAdjustment
- Attributes
-
FlagsAttribute Windows.Foundation.Metadata.ContractVersionAttribute Windows.Foundation.Metadata.WebHostHiddenAttribute
Fields
Application | 2147483648 | Behavior is inherited from the Application.HighContrastAdjustment setting. |
Auto | 4294967295 | Visuals are automatically adjusted when high contrast is enabled. |
None | 0 | No automatic adjustments are made to visuals. |