ICSSStyleRule Interface
ICSSStyleRule interface
The CSSStyleRule interface represents a single rule set in a CSS style sheet.
public interface ICSSStyleRule : ICSSRule
Properties
| Name | Description |
|---|---|
| SelectorText { get; } | The textual representation of the selector for the rule set. The implementation may have stripped out insignificant whitespace while parsing the selector. |
| Style { get; } | The declaration-block of this rule set. |
See Also
- interface ICSSRule
- namespace Aspose.Html.Dom.Css
- assembly Aspose.HTML