ThemeSettings.HighContrastScheme Property

Definition

The High Contrast scheme or style of the system, if one is currently applied.

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

Property Value

String

Platform::String

winrt::hstring

If HighContrast is true, this value returns a string from the system representing the High Contrast scheme, or style.

Applies to

See also