ApplicationHighContrastAdjustment Enumeration

Definition

Definiert Konstanten, die angeben, ob das Framework die visuellen Eigenschaften für die App automatisch anpasst, wenn Designs mit hohem Kontrast aktiviert sind.

Diese Enumeration unterstützt eine bitweise Kombination ihrer Memberwerte.

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
Vererbung
ApplicationHighContrastAdjustment
Attribute

Felder

Auto 4294967295

Visuals werden automatisch angepasst, wenn hoher Kontrast aktiviert ist.

None 0

An Visuals werden keine automatischen Anpassungen vorgenommen.

Gilt für: