Represents an instance of an textual value.
Public Attributes | |
| Dictionary< string, Css.Value > | Properties =new Dictionary<string,Css.Value>() |
Public Attributes inherited from Css.Units.SelectorBlockUnit | |
| Style | Style |
| Underlying style block if this one. More... | |
| List< Rule > | Rules |
| Used by e.g. and . A list of selector rules in here. More... | |
Protected Member Functions | |
| override int | OnReadProperty (Style style, string pName, Css.Value value) |
| Called when this block reads a property from the CSS stream. More... | |
| override Value | Clone () |
| Duplicates this value. More... | |
Protected Member Functions inherited from Css.Units.SelectorBlockUnit | |
| override Value | Clone () |
| Duplicates this value. More... | |
Properties | |
| override string[] | PreText [get] |
| Override pre-text such that property map unit doesn't always end up being used. More... | |
Additional Inherited Members | |
Public Member Functions inherited from Css.Units.SelectorBlockUnit | |
| SelectorBlockUnit () | |
| SelectorBlockUnit (Style style) | |
| override string | ToString () |
| List< Rule > | LoadAsRules () |
| Loads the contents of this block as a set of rules. More... | |
| override Value | ReadStartValue (CssLexer lexer) |
| When a unit declares that it has a start identifier, such as #, this reads the rest of it's value. More... | |
Static Public Member Functions inherited from Css.Value | |
| static Css.Value | Load (string text) |
Protected Attributes inherited from Css.Value | |
| ValueType | Type_ =ValueType.Null |
| The type of value this is. More... | |
Static Package Attributes inherited from Css.Value | |
| static readonly Value | Empty =new Units.DecimalUnit(0) |
| Represents an empty value. More... | |
|
inlineprotectedvirtual |
Duplicates this value.
Reimplemented from Css.Value.
|
inlineprotectedvirtual |
Called when this block reads a property from the CSS stream.
Reimplemented from Css.Units.SelectorBlockUnit.
| Dictionary<string,Css.Value> Css.Units.PropertyMapUnit.Properties =new Dictionary<string,Css.Value>() |
|
get |
Override pre-text such that property map unit doesn't always end up being used.