Control.FontWeight 속성

정의

지정된 글꼴의 두께를 가져오거나 설정합니다.

public:
 property FontWeight FontWeight { FontWeight get(); void set(FontWeight value); };
FontWeight FontWeight();

void FontWeight(FontWeight value);
public FontWeight FontWeight { get; set; }
var fontWeight = control.fontWeight;
control.fontWeight = fontWeight;
Public Property FontWeight As FontWeight
<control FontWeight="fontWeightMemberName"/>

속성 값

지정된 글꼴의 두께를 지정하는 값 중 하나입니다. 기본값은 Normal입니다.

적용 대상