SystemFonts.IconFontWeight 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 l'épaisseur de la police à partir des informations sur la police logique pour la police de titre d'icône actuelle.
public:
static property System::Windows::FontWeight IconFontWeight { System::Windows::FontWeight get(); };
public static System.Windows.FontWeight IconFontWeight { get; }
member this.IconFontWeight : System.Windows.FontWeight
Public Shared ReadOnly Property IconFontWeight As FontWeight
Valeur de propriété
Épaisseur de police.
Remarques
Obtenez les informations de police à partir de SPI_GETICONTITLELOGFONT. Pour plus d’informations, consultez SystemParametersInfo.
Utilisation d'attributs XAML
<object property="{ SystemFonts.IconFontWeight}
"/>