DataGridColumnStyle.FontHeight 属性

定义

获取该列字体的高度。

protected:
 property int FontHeight { int get(); };
protected int FontHeight { get; }
member this.FontHeight : int
Protected ReadOnly Property FontHeight As Integer

属性值

字体的高度(以像素为单位)。 如果未设置任何字体高度,则该属性返回 DataGrid 控件的字体高度;如果未设置该属性,则返回 DataGrid 控件的默认字体高度值。

适用于