From http://www.w3schools.com (Copyright Refsnes Data)
Complete Web Control Reference
The Style control is used to set the style of a web control.
| Property | Description | .NET |
|---|---|---|
| BackColor | The background color of the control | 1.0 |
| BorderColor | The border color of the control | 1.0 |
| BorderStyle | The border style of the control | 1.0 |
| BorderWidth | The border width of the control | 1.0 |
| CssClass | The CSS class rendered by the control on the client | 1.0 |
| Font | The font properties of the control | 1.0 |
| ForeColor | The foreground color (typically the color of the text) of the control | 1.0 |
| Height | The height of the control | 1.0 |
| RegisteredCssClass | The CSS class that is registered with the control | 2.0 |
| Width | The width of the control | 1.0 |
Complete Web Control Reference
From http://www.w3schools.com (Copyright Refsnes Data)