Represents an instance of an angle in degrees.
Public Member Functions | |
| DegreesUnit () | |
| DegreesUnit (float degr) | |
| 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... | |
Protected Member Functions | |
| override Value | Clone () |
| Duplicates this value. More... | |
Properties | |
| override float | DisplayNumber [get] |
| override string[] | PostText [get] |
Additional Inherited Members | |
Static Public Member Functions inherited from Css.Value | |
| static Css.Value | Load (string text) |
Public Attributes inherited from Css.Units.DecimalUnit | |
| float | RawValue |
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... | |
|
inline |
|
inline |
|
inlineprotectedvirtual |
Duplicates this value.
Reimplemented from Css.Units.AngleUnit.
|
inlinevirtual |
|
inline |
|
get |
|
get |