Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Control::FontHeight Property

 

Gets or sets the height of the font of the control.

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

protected:
property int FontHeight {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The height of the Font of the control in pixels.

System_CAPS_noteNote

The FontHeight property should not be set to any value other than the control's Font::Height value, or -1. Setting FontHeight to -1 has the effect of clearing the cached height value, and the value is recalculated the next time the property is referenced.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft