Table of Contents

Interface ICssStyleRule

Namespace
SharpVectors.Dom.Css
Assembly
SharpVectors.Core.dll

The ICssStyleRule interface represents a single rule set in a CSS style sheet.

public interface ICssStyleRule : ICssRule
Inherited Members

Properties

SelectorText

The textual representation of the selector for the rule set. The implementation may have stripped out insignificant whitespace while parsing the selector.

Style

The declaration-block of this rule set.