SystemFonts.CaptionFontWeight プロパティ

定義

最小化されていないウィンドウの非クライアント領域のキャプションのフォントの太さを決定するメトリックを取得します。

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

プロパティ値

フォントの太さ。

注釈

SPI_GETNONCLIENTMETRICSからメトリックを取得します。 詳細については、「 SystemParametersInfo」を参照してください

XAML 属性の使用法

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

適用対象