ICSSStyleRule Interface

ICSSStyleRule interface

The CSSStyleRule interface represents a single rule set in a CSS style sheet.

public interface ICSSStyleRule : ICSSRule

Properties

NameDescription
SelectorText { get; }The textual representation of the selector for the rule set. The implementation may have stripped out insignificant whitespace while parsing the selector.
Style { get; }The declaration-block of this rule set.

See Also