Represents an instance of a radians angle.
Public Member Functions | |
| RadiansUnit () | |
| RadiansUnit (float rad) | |
| override string | ToString () |
Protected Member Functions | |
| override Value | Clone () |
| Duplicates this value. More... | |
Properties | |
| 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.
|
inline |
|
get |