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.Svg.Dom.Css
- assembly Aspose.SVG