SystemFonts.StatusFontWeight Propiedad

Definición

Obtiene la métrica que determina el peso de fuente del texto usado en las barras de estado y la información sobre herramientas para el área no cliente de una ventana no minimizada.

public:
 static property System::Windows::FontWeight StatusFontWeight { System::Windows::FontWeight get(); };
public static System.Windows.FontWeight StatusFontWeight { get; }
static member StatusFontWeight : System.Windows.FontWeight
Public Shared ReadOnly Property StatusFontWeight As FontWeight

Valor de propiedad

Un peso de fuente.

Comentarios

Obtenga la métrica de SPI_GETNONCLIENTMETRICS. Para obtener más información, consulte SystemParametersInfo.

Uso de atributos XAML

< object property="{ SystemFonts.StatusFontWeight}"/>

Se aplica a