SystemFonts.SmallCaptionFontWeight Propiedad

Definición

Obtiene la métrica que determina el espesor de fuente del texto de título pequeño del área no cliente de una ventana no minimizada.

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

Valor de propiedad

FontWeight

Un espesor de fuente.

Comentarios

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

Uso de atributos XAML

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

Se aplica a