SystemFonts.SmallCaptionFontStyle プロパティ

定義

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

public:
 static property System::Windows::FontStyle SmallCaptionFontStyle { System::Windows::FontStyle get(); };
public static System.Windows.FontStyle SmallCaptionFontStyle { get; }
member this.SmallCaptionFontStyle : System.Windows.FontStyle
Public Shared ReadOnly Property SmallCaptionFontStyle As FontStyle

プロパティ値

FontStyle

フォント スタイル。

注釈

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

XAML 属性の使用方法

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

適用対象