SystemFonts.MenuFontStyle Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la métrique qui détermine le style de police du texte du menu.
public:
static property System::Windows::FontStyle MenuFontStyle { System::Windows::FontStyle get(); };
public static System.Windows.FontStyle MenuFontStyle { get; }
member this.MenuFontStyle : System.Windows.FontStyle
Public Shared ReadOnly Property MenuFontStyle As FontStyle
Valeur de propriété
Style de police.
Remarques
Obtenez la métrique de SPI_GETNONCLIENTMETRICS. Pour plus d’informations, consultez SystemParametersInfo.
Utilisation d'attributs XAML
<object property="{ SystemFonts.MenuFontStyle}
"/>