FontIcon.FontWeight プロパティ

定義

アイコン グリフの太さを取得または設定します。

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

プロパティ値

アイコン グリフの太さを示す 値です。 既定値は Normal です

適用対象