DataGridColumnStyle::FontHeight Property

 

Gets the height of the column's font.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

protected:
property int FontHeight {
	int get();
}

Property Value

Type: System::Int32

The height of the font, in pixels. If no font height has been set, the property returns the System.Windows.Forms::DataGrid control's font height; if that property hasn't been set, the default font height value for the System.Windows.Forms::DataGrid control is returned.

.NET Framework
Available since 1.1
Return to top
Show: