SystemFonts.SmallCaptionFontTextDecorations プロパティ

定義

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

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

プロパティ値

TextDecorationCollection

文字の装飾のコレクション。

注釈

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

XAML 属性の使用方法

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

適用対象