Freigeben über


FontIconSource.FontWeight Eigenschaft

Definition

Ruft die Stärke der Symbol-Glyphe 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 = fontIconSource.fontWeight;
fontIconSource.fontWeight = fontWeight;
Public Property FontWeight As FontWeight
<FontIconSource FontWeight="fontWeightsValue"/>

Eigenschaftswert

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

Gilt für: