Gets the height of the column's font.
[Visual Basic] Protected ReadOnly Property FontHeight As Integer [C#] protected int FontHeight {get;} [C++] protected: __property int get_FontHeight(); [JScript] protected function get FontHeight() : int;
The height of the font in pixels. If no font height has been set, the property returns the DataGrid control's font height; if that property hasn't been set, the default font height value for the DataGrid control is returned.
DataGridColumn Class | DataGridColumn Members | System.WinForms Namespace