Easy Tutorial
❮ Control Htmlinputtext Control Htmlinputcheckbox ❯

ASP.NET Height Property



Definition and Usage

The Height property is used to set or return the height of a control.

Syntax

Property Description
value The height of the control. It must be a pixel value, or a percentage value representing the height of the parent object.

Example

The following example sets the height of a Button control:


❮ Control Htmlinputtext Control Htmlinputcheckbox ❯