FontIcon.FontWeight Eigenschaft

Definition

Ruft die Stärke des Symbolsymbols ab oder legt diese fest.

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"/>

Eigenschaftswert

Ein -Wert, der die Stärke der Symbol-Glyphe angibt. Der Standardwert ist Normal.

Gilt für: