ICSSStyleDeclaration.ParentRule

ICSSStyleDeclaration.ParentRule property

The CSS rule that contains this declaration block or null if this CSSStyleDeclaration is not attached to a CSSRule.

public ICSSRule ParentRule { get; }

Property Value

The parent rule.

See Also