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!

CssStyleCollection Class

The CssStyleCollection class contains HTML cascading-style sheets (CSS) inline style attributes. It automatically parses and exposes CSS properties through a dictionary pattern API. Each CSS key can be manipulated using a key/value indexed collection.

Object
   CssStyleCollection

[Visual Basic]
Public Class CssStyleCollection
[C#]
public class CssStyleCollection
[C++]
public __gc class CssStyleCollection
[JScript]
public class CssStyleCollection

Remarks

[To be supplied.]

Requirements

Namespace: System.Web.UI

Assembly: System.Web.dll

See Also

CssStyleCollection Members | System.Web.UI Namespace