Control.Height Property

 

Gets or sets the height of the control.

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

[<BrowsableAttribute(false)>]
member Height : int with get, set

Property Value

Type: System.Int32

The height of the control in pixels.

Changes made to the Height and Top property values cause the Bottom property value of the control to change.

System_CAPS_noteNote

The minimum height for the derived control Splitter is one pixel. The default height for the Splitter control is three pixels. Setting the height of the Splitter control to a value less than one will reset the property value to the default height.

The following code example creates three Button controls on a form and sets their size and location by using the various size-related and location-related properties. This example requires that you have a Form that has a width and height of at least 300 pixels.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: