AccessibilitySettings.HighContrastScheme Property

Definition

Gets the name of the default high contrast color scheme.

public:
 property Platform::String ^ HighContrastScheme { Platform::String ^ get(); };
winrt::hstring HighContrastScheme();
public string HighContrastScheme { get; }
var string = accessibilitySettings.highContrastScheme;
Public ReadOnly Property HighContrastScheme As String

Property Value

String

Platform::String

winrt::hstring

The name of the default high contrast color scheme.

Remarks

Windows uses the colors defined in the default color scheme to draw UI elements when the high contrast feature is on.

Applies to