SVGAngle.ValueAsString
SVGAngle.ValueAsString property
The angle value as a string value, in the units expressed by unitType. Setting this attribute will cause value, valueInSpecifiedUnits and unitType to be updated automatically to reflect this setting.
public string ValueAsString { get; set; }
Property Value
The value as string.
Exceptions
exception | condition |
---|---|
DOMException | Code SYNTAX_ERR Raised if the assigned string cannot be parsed as a valid angle. |
DOMException | Code NO_MODIFICATION_ALLOWED_ERR Raised when the angle corresponds to a read only attribute or when the object itself is read only. |
See Also
- class SVGAngle
- namespace Aspose.Svg.DataTypes
- assembly Aspose.SVG