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 属性の使用方法

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

適用対象