Property ValueAsString
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Model.dll
ValueAsString
The angle value as a string value, in the units expressed by unitType. Setting this attribute will cause value and valueInSpecifiedUnits to be updated automatically to reflect this setting.
public string ValueAsString { get; set; }
Property Value
Exceptions
- DomException
NO_MODIFICATION_ALLOWED_ERR:
Raised on an attempt to change the value of a readonly attribute.