SystemParameters.HighContrast Propiedad

Definición

Obtiene información sobre la característica de accesibilidad Contraste alto.

public:
 static property bool HighContrast { bool get(); };
public static bool HighContrast { [System.Security.SecurityCritical] get; }
public static bool HighContrast { get; }
[<get: System.Security.SecurityCritical>]
static member HighContrast : bool
static member HighContrast : bool
Public Shared ReadOnly Property HighContrast As Boolean

Valor de propiedad

Estrue si la opción HIGHCONTRASTON está seleccionada; en caso contrario, es false.

Atributos

Comentarios

Se asigna a SPI_GETHIGHCONTRAST, que hace referencia a HCF_HIGHCONTRASTON. Consulte SystemParametersInfo y HighContrast.

Uso del atributo XAML

<object property="{ SystemParameters.HighContrast}"/>

Se aplica a