NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DataGridColumn.FontHeight

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;

Property Value

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.

See Also

DataGridColumn Class | DataGridColumn Members | System.WinForms Namespace