다음을 통해 공유


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입니다.

적용 대상