SystemFonts.IconFontTextDecorations Vlastnost

Definice

Získá textové dekorace z logických informací o písmu pro aktuální písmo s názvem ikony.

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

Hodnota vlastnosti

TextDecorationCollection

Kolekce textových dekorací.

Poznámky

Získejte informace o písmu z SPI_GETICONTITLELOGFONT. Další informace naleznete v tématu SystemParametersInfo.

Použití atributu XAML

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

Platí pro