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

适用于