SystemFonts.MessageFontTextDecorations プロパティ

定義

メッセージ ボックス テキストの装飾を決定するメトリックを取得します。

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

プロパティ値

テキスト装飾のコレクション。

注釈

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

XAML 属性の使用法

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

適用対象