DataGridTextColumn.FontSize 속성

정의

열에 있는 셀 내용의 글꼴 크기를 가져오거나 설정합니다.

public:
 property double FontSize { double get(); void set(double value); };
[System.ComponentModel.TypeConverter(typeof(System.Windows.FontSizeConverter))]
[System.Windows.Localizability(System.Windows.LocalizationCategory.None)]
public double FontSize { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Windows.FontSizeConverter))>]
[<System.Windows.Localizability(System.Windows.LocalizationCategory.None)>]
member this.FontSize : double with get, set
Public Property FontSize As Double

속성 값

Double

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

특성

설명

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

적용 대상