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

ICSSRule

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

string

Style

The declaration-block of this rule set.

[DOMName("style")]
ICSSStyleDeclaration Style { get; }

Property Value

ICSSStyleDeclaration

 English