Represents an instance of a mm unit.
|
| override string | ToString () |
| |
| override void | OnValueReady (CssLexer lexer) |
| | Called after a value has been loaded from the stream. Functions etc get it too. This is used to, for example, map a value to a faster internal representation. More...
|
| |
| override float | GetDecimal (RenderableData context, CssProperty property) |
| | If this is a decimal, the raw decimal value. This is generally the main output. More...
|
| |
| | DecimalUnit (float value) |
| |
| | DecimalUnit () |
| |
| override bool | Equals (Value value) |
| | Checks if two values are equal. More...
|
| |
| override void | SetRawDecimal (float value) |
| | Sets a raw decimal value to this object. Used by the animation system. More...
|
| |
| override float | GetRawDecimal () |
| | Obtains the underlying decimal value, if there is one. More...
|
| |
| override string | GetText (RenderableData context, CssProperty property) |
| | If this is a text value, e.g. "auto", the raw text value. More...
|
| |
| override bool | GetBoolean (RenderableData context, CssProperty property) |
| | If this is a boolean, the raw bool value. More...
|
| |
| override string | ToString () |
| |