SystemFonts.MessageFontFamily プロパティ

定義

メッセージ ボックス テキストのフォント ファミリを決定するメトリックを取得します。

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

プロパティ値

フォント ファミリ。

注釈

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

XAML 属性の使用法

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

適用対象