CssStyleDeclaration
sealed class CssStyleDeclaration : ICssStyleDeclaration, IEnumerable<ICssProperty>, IEnumerable, IStyleFormattable, IBindable
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 if unknown declarations are not allowed.
Gets the name of the property at the given index.
Gets the value of the property with the given name.
Gets the number of properties in the declaration.
Gets the containing CSSRule.
Returns an ienumerator that enumerates over all entries.