ICSSRule.ParentStyleSheet

ICSSRule.ParentStyleSheet property

The parentStyleSheet property of the CSSRule interface returns the StyleSheet object in which the current rule is defined.

public ICSSStyleSheet ParentStyleSheet { get; }

Property Value

A StyleSheet object in which the current rule is defined.

See Also