Interface ICSSStyleRule
Interface ICSSStyleRule
Namespace: Aspose.Svg.Dom.Css
Assembly: Aspose.SVG.dll (25.5.0)
The CSSStyleRule interface represents a single rule set in a CSS style sheet.
[DOMName("CSSStyleRule")]
[DOMObject]
[ComVisible(true)]
public interface ICSSStyleRule : ICSSRule
Implements
Properties
SelectorText
The textual representation of the selector for the rule set. The implementation may have stripped out insignificant whitespace while parsing the selector.
[DOMName("selectorText")]
string SelectorText { get; }
Property Value
Style
The declaration-block of this rule set.
[DOMName("style")]
ICSSStyleDeclaration Style { get; }