共用方式為


FontIconSource.FontWeight 屬性

定義

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

屬性值

值,指定圖示圖像的粗細。 預設值為 Normal

適用於