SystemFonts.MenuFontTextDecorations Property

Definition

Gets the metric that determines the text decorations for menu text.

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

Property Value

A collection of text decorations.

Remarks

Obtain the metric from SPI_GETNONCLIENTMETRICS. For more information, see SystemParametersInfo.

XAML Attribute Usage

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

Applies to