CssStyleDeclaration
Represents a single CSS declaration block.
Gets or sets the textual representation of the declaration block.
Gets if the style declaration is read-only and must not be modified.
Gets the name of the property at the given index.
Gets the number of properties in the declaration.
Gets the containing CSSRule.
Returns an ienumerator that enumerates over all entries.
Returns the optional priority, "important".
Returns the value of a property.
Removes the given property and returns its value.
Sets a property with the given name and value.