Prop Webcontrol Standard Height
# ASP.NET Height Property
* * Web Control Standard Properties Reference](#)
* * *
## 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. 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:
[Demo Example Β»](#)
* * Web Control Standard Properties Reference](#)
YouTip