SystemParameters.HighContrast Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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}
"/>