Gets all cascading style sheet (CSS) properties that are applied to a specified HTML Server control in an .aspx file.
[Visual Basic] Public ReadOnly Property Style As CssStyleCollection [C#] public CssStyleCollection Style {get;} [C++] public: __property CssStyleCollection* get_Style(); [JScript] public function get Style() : CssStyleCollection;
The CSS style collection for the specified HTML server control.
HtmlControl Class | HtmlControl Members | System.Web.UI.HtmlControls Namespace | CssStyleCollection