A number optionally associated to a particular element.
Public Member Functions | |
SVGNumber (bool readOnly, float v) | |
void | Detach () |
Detaches this value from a serializable list. More... | |
void | Attach (SVGSerializable list) |
Attaches this value to a serializable list. More... | |
void | Serialize (System.Text.StringBuilder sb) |
Used when serializing this value. More... | |
Public Member Functions inherited from Svg.ISVGListable | |
void | Serialize (System.Text.StringBuilder sb) |
Properties | |
float | value [get, set] |
The internal value. More... | |
Private Attributes | |
bool | IsReadOnly |
SVGSerializable | List |
float | value_ |
|
inline |
|
inline |
Attaches this value to a serializable list.
Implements Svg.ISVGListable.
|
inline |
Detaches this value from a serializable list.
Implements Svg.ISVGListable.
|
inline |
Used when serializing this value.
|
private |
|
private |
|
private |
|
getset |
The internal value.