CssText Property
Sets or retrieves a value that indicates the string version of this collection.
Syntax
Visual Basic Public Property CssText As string C# public string CssText { get; set; } Managed C++ public: __property string get_CssText();
public: __property void set_CssText(string);JScript public function get CssText() : string;
public function set CssText(string);
Possible Values
cssText string version of the collection. The property is read/write. The property has no default value.
Remarks
Each style name is delimited from its value by a colon (:) and each name/value pair is delimited from other pairs by a semi-colon (;).
Applies To
CssCollection
See Also