WindowsFormsHost.FontWeight 속성

정의

호스팅된 컨트롤의 글꼴 두께를 가져오거나 설정합니다.

public:
 property System::Windows::FontWeight FontWeight { System::Windows::FontWeight get(); void set(System::Windows::FontWeight value); };
public System.Windows.FontWeight FontWeight { get; set; }
member this.FontWeight : System.Windows.FontWeight with get, set
Public Property FontWeight As FontWeight

속성 값

호스팅된 컨트롤에서 사용되는 글꼴 두께입니다.

설명

이 종속성 속성으로 식별 되는 FontWeightProperty 필드입니다. 기본적으로이 속성 업데이트에 매핑되는 Control.Font 호스팅된 컨트롤의 속성입니다. 자세한 내용은 Windows Forms 및 WPF 속성 매핑을 참조하세요.

XAML 특성 사용

<object FontWeight="fontWeight"/>

XAML 값

Fontweight XAML 특성 구문은 를 참조하세요 FontWeight .

종속성 속성 정보

식별자 필드 FontWeightProperty
메타 데이터 속성 설정 true AffectsMeasure, AffectsRender, Inherits

적용 대상

추가 정보