Used when a,series,of,selectors are defined in CSS. They are stored in this parsed structure until the full block is loaded.
Public Member Functions | |
Selector (StyleSheet sheet, string selectorText, string modifier) | |
Public Attributes | |
string | Modifier |
A :modifier for the selector, e.g. "hover". More... | |
SelectorStyle | Style |
The style block for this selector. More... | |
string | SelectorText |
The raw selector itself. More... | |
|
inline |
string PowerUI.Css.Selector.Modifier |
A :modifier for the selector, e.g. "hover".
string PowerUI.Css.Selector.SelectorText |
The raw selector itself.
SelectorStyle PowerUI.Css.Selector.Style |
The style block for this selector.