SystemFonts.SmallCaptionFontFamily プロパティ

定義

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

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

プロパティ値

FontFamily

フォント ファミリ。

注釈

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

XAML 属性の使用方法

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

適用対象