This documentation is archived and is not being maintained.
CssStyleCollection Properties
Visual Studio 2010
The CssStyleCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Count | Gets the number of items in the CssStyleCollection object. |
|
Item[HtmlTextWriterStyle] | Gets or sets the specified HtmlTextWriterStyle value for the HTML server control. |
|
Item[String] | Gets or sets the specified CSS value for the HTML server control. |
|
Keys | Gets a collection of keys to all the styles in the CssStyleCollection object for a specific HTML server control. |
|
Value | Gets or sets the value of the style attribute of the HTML server control. |
Show: