SystemFonts.IconFontTextDecorations Eigenschap
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Hiermee haalt u de tekstdecoraties op uit de logische lettertype-informatie voor het huidige lettertype voor de titel van het pictogram.
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
Waarde van eigenschap
Een verzameling tekstdecoraties.
Opmerkingen
Haal de lettertypegegevens op uit SPI_GETICONTITLELOGFONT. Zie SystemParametersInfo voor meer informatie.
XAML-kenmerkgebruik
<
object property="{ SystemFonts.IconFontTextDecorations}"/>