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}”/>

适用于