How to: Set Web Server Control Unit Properties
.NET Framework 4
Width, height, and similar properties for Web server controls are set in units. Units are implemented as objects (the Unit structure), which allows you to specify a value and the measurement unit in various ways.
To set unit-based properties
Assign a reference to the Unit structure to your control.
The following code examples show variations on how to do this.