FontIcon.FontStyle 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 ou définit le style de police du glyphe d’icône.
public:
property FontStyle FontStyle { FontStyle get(); void set(FontStyle value); };
FontStyle FontStyle();
void FontStyle(FontStyle value);
public FontStyle FontStyle { get; set; }
var fontStyle = fontIcon.fontStyle;
fontIcon.fontStyle = fontStyle;
Public Property FontStyle As FontStyle
<FontIcon FontStyle="fontStyleMemberName"/>
Valeur de propriété
Constante nommée de l’énumération qui spécifie le style dans lequel le glyphe d’icône est rendu. La valeur par défaut est Normal.