SystemFonts.MessageFontFamily プロパティ

定義

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

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

プロパティ値

FontFamily

フォント ファミリ。

注釈

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

XAML 属性の使用方法

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

適用対象