Share via


SystemFonts.IconFontTextDecorations 属性

定义

从当前图标标题字体的逻辑字体信息获取文本修饰。

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

属性值

文本修饰的集合。

注解

从SPI_GETICONTITLELOGFONT获取字体信息。 有关详细信息,请参阅 SystemParametersInfo

XAML 属性用法

<object property=“{ SystemFonts.IconFontTextDecorations}”/>

适用于