FontIcon.FontWeight Propriété

Définition

Obtient ou définit l’épaisseur du glyphe de l’icône.

public:
 property FontWeight FontWeight { FontWeight get(); void set(FontWeight value); };
FontWeight FontWeight();

void FontWeight(FontWeight value);
public FontWeight FontWeight { get; set; }
var fontWeight = fontIcon.fontWeight;
fontIcon.fontWeight = fontWeight;
Public Property FontWeight As FontWeight
<FontIcon FontWeight="fontWeightsValue"/>

Valeur de propriété

Valeur qui spécifie l’épaisseur du glyphe de l’icône. La valeur par défaut est Normal.

S’applique à