Compartir a través de


ThemeSettings.HighContrastScheme Propiedad

Definición

Esquema o estilo de contraste alto del sistema, si se aplica actualmente uno.

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

Valor de propiedad

String

Platform::String

winrt::hstring

Si HighContrast es true, este valor devuelve una cadena del sistema que representa el esquema de contraste alto o el estilo.

Se aplica a

Consulte también