SystemFonts.MenuFontTextDecorations Eigenschaft

Definition

Ruft die Metrik ab, die die Textverzierungen für Menütext bestimmt.

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

Eigenschaftswert

TextDecorationCollection

Eine Auflistung von Textverzierungen.

Hinweise

Rufen Sie die Metrik aus SPI_GETNONCLIENTMETRICS ab. Weitere Informationen finden Sie unter SystemParametersInfo.

Verwendung von XAML-Attributen

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

Gilt für