CSSValueList.CSSText

CSSValueList.CSSText property

The cssText property of the CSSValue interface represents the current computed CSS property value.

Note: This property was part of an attempt to create a typed CSS Object Model. This attempt has been abandoned, and most browsers do not implement it.

public override string CSSText { get; set; }

Property Value

A DOMString representing the current CSS property value.

See Also