Represents an instance of a floating point value.
|
override string[] | PreText [get] |
| The text that occurs before one of these in the stream. More...
|
|
virtual string[] | PreText [get] |
| The set of text strings that indicate this unit is about to appear in the CSS stream. #, " etc. More...
|
|
virtual string[] | PostText [get] |
| The set of text strings that indicate this unit has just appeared in the CSS stream. px,%,cm etc. More...
|
|
ValueType | Type [get, set] |
|
bool | IsCommaArray [get] |
| Checks if this value is a,comma,array. More...
|
|
virtual bool | IsFunction [get] |
| Checks if this is a function. More...
|
|
virtual bool | IsAuto [get] |
| Checks if this is the 'auto' keyword More...
|
|
virtual bool | IsColour [get] |
| Checks if this is a suitable colour. More...
|
|
virtual bool | IsCached [get] |
| True if this is a 'cached' value. See CachedIntegerUnit. More...
|
|
virtual Css.Value | CachedOrigin [get] |
| The original value of a cached object. More...
|
|
virtual bool | IsAbsolute [get] |
| Checks if this is an absolute value and is not a percentage/em/ rectangle containing percents. More...
|
|
virtual string | Identifier [get] |
| Used for locating e.g. a function contained within a set. More...
|
|
string | Hash [get] |
| Text is e.g. "afile.svg#something". This is either 'something' or null. More...
|
|
string | Text [get] |
| Gets context-free text such as font family names. More...
|
|
virtual int | Count [get, set] |
| The number of internal values. More...
|
|
virtual Value | this[int index] [get, set] |
|
virtual Value | this[string index] [get, set] |
|
virtual bool | IsInherit [get] |
| Is this an inheriting value? More...
|
|
virtual Css.Value | Computed [get] |
| Resolves through e.g. inherit and initial. More...
|
|
virtual string | HexString [get] |
| Converts this value into a hex string that is 2 characters long. More...
|
|