SystemFonts.CaptionFontFamily プロパティ

定義

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

public:
 static property System::Windows::Media::FontFamily ^ CaptionFontFamily { System::Windows::Media::FontFamily ^ get(); };
public static System.Windows.Media.FontFamily CaptionFontFamily { get; }
member this.CaptionFontFamily : System.Windows.Media.FontFamily
Public Shared ReadOnly Property CaptionFontFamily As FontFamily

プロパティ値

FontFamily

フォント ファミリ。

注釈

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

XAML 属性の使用方法

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

適用対象