Property OwnerRule
- Namespace
- SharpVectors.Dom.Css
- Assembly
- SharpVectors.Core.dll
OwnerRule
If this style sheet comes from an @import
rule, the ownerRule attribute will
contain the ICssImportRule.
ICssRule OwnerRule { get; }
Property Value
Remarks
In that case, the OwnerNode attribute in the IStyleSheet interface
will be null. If the style sheet comes from an element or a processing instruction,
the OwnerRule
attribute will be null and the OwnerNode
attribute will contain the node.