NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HtmlControl.Style

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;

Property Value

The CSS style collection for the specified HTML server control.

See Also

HtmlControl Class | HtmlControl Members | System.Web.UI.HtmlControls Namespace | CssStyleCollection