Easy Tutorial
❮ Prop Webcontrol Listitem Selected Prop Webcontrol Standard Tooltip ❯

ASP.NET Style Control



Definition and Usage

The Style control is used to set the style of web controls.


Properties

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 (Cascading Style Sheet) class rendered by the Web server control on the client. 1.0
Font The character attributes of the control. 1.0
ForeColor The foreground color of the control (usually the text color). 1.0
Height The height of the control. 1.0
RegisteredCssClass The CSS (Cascading Style Sheet) class registered with the control. 2.0
Width The width of the control. 1.0
❮ Prop Webcontrol Listitem Selected Prop Webcontrol Standard Tooltip ❯