DataGridTextColumn.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

속성 값

FontWeight

열에 있는 셀 내용의 글꼴 두께입니다. 등록된 기본값은 MessageFontWeight입니다. 값에 영향을 줄 수 있는 요소에 대한 자세한 내용은 DependencyProperty를 참조하십시오.

설명

이 속성은 FontWeight 템플릿이 속성을 매개 변수로 사용하는 경우에만 열의 컨트롤에 대한 글꼴 가중치를 결정합니다.

적용 대상