CSSStyleRule public sealed class CSSStyleRule : CSSRule Represents a CSS style rule. Documentation Code public string SelectorText { get; set; } Gets or sets the textual representation of the selector for this rule, e.g. "h1,h2". public CSSStyleDeclaration Style { get; } Gets the CSSStyleDeclaration object for the rule.