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

適用於