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
- interface ICSSRuleList
- interface ICSSMediaRule
- package com.aspose.html.dom.css
- package Aspose.HTML