valueAsString property

Gets or sets the string form of the ISVGAngle::value property, in the units that svgUnitTypes specifies.

 

Syntax

HRESULT value = object.put_valueAsString( v);HRESULT value = object.get_valueAsString(* p);

Property values

Type: BSTR

The string version of ISVGAngle::value.

Exceptions

Exception Condition
SyntaxError

An invalid string value is specified. For versions earlier than Internet Explorer 10, DOM_SYNTAX_ERR is returned.

NoModificationAllowedError

An attempt is made to modify an object that cannot be changed. For versions earlier than Internet Explorer 10, NO_MODIFICATION_ALLOWED_ERR is returned.

 

Standards information

Remarks

If you set the ISVGAngle::valueAsString property, the ISVGAngle::value, ISVGAngle::valueInSpecifiedUnits, and svgUnitTypes properties are updated automatically to reflect this setting.