SystemFonts.StatusFontStyle 屬性

定義

取得度量資訊,此度量資訊會決定非最小化視窗之非工作區的狀態列和工具提示中,所使用的文字字型樣式。

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

屬性值

FontStyle

字型樣式。

備註

從SPI_GETNONCLIENTMETRICS取得計量。 如需詳細資訊,請參閱 SystemParametersInfo

XAML Attribute Usage

<object property=「{ SystemFonts.StatusFontStyle } 」/>

適用於