Share via


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

适用于