SystemFonts.SmallCaptionFontWeight 屬性

定義

取得度量資訊,此度量資訊會決定非最小化視窗中非工作區之小標題文字的字型粗細。

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

屬性值

FontWeight

字型粗細。

備註

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

XAML Attribute Usage

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

適用於