SystemFonts.MessageFontWeight Vlastnost

Definice

Získá metriku, která určuje tloušťku písma pro text pole zprávy.

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

Hodnota vlastnosti

Tloušťka písma.

Poznámky

Získejte metriku z SPI_GETNONCLIENTMETRICS. Další informace najdete v tématu SystemParametersInfo.

Použití atributu XAML

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

Platí pro