SystemFonts.StatusFontWeight 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得度量資訊,此度量資訊會決定非最小化視窗之非工作區的狀態列和工具提示中,所使用的文字字型粗細。
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
屬性值
字型粗細。
備註
從SPI_GETNONCLIENTMETRICS取得計量。 如需詳細資訊,請參閱 SystemParametersInfo。
XAML Attribute Usage
<
object property=「{ SystemFonts.StatusFontWeight }
」/>