ICSSMediaRule.CSSRules

ICSSMediaRule.CSSRules property

The cssRules property of the CSSGroupingRule interface returns a CSSRuleList containing a collection of CSSRule objects.

public ICSSRuleList CSSRules { get; }

Property Value

The cssRules attribute must return a CSSRuleList object for the child CSS rules.

See Also