Share via


FontIconSource.FontWeight Eigenschaft

Definition

Ruft die Stärke der Symbol-Glyphe ab oder legt diese fest.

Entsprechende WinUI 2-API für UWP: Microsoft.UI.Xaml.Controls.FontIconSource.FontWeight (für WinUI im Windows App SDK siehe Windows App SDK Namespaces).

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: