Prop Webcontrol Style Width
# ASP.NET Width Property
* * Style Control](#)
* * *
## Definition and Usage
The Width property is used to set or return the width of a control.
## Syntax
_
| Property | Description |
| --- | --- |
| value | The width of the control. Must be a pixel value, or a percentage value representing the width of the parent object. |
* * *
## Example
The following example sets the width of a Button control:
[Demo Example Β»](#)
* * Style Control](#)
YouTip