valueInSpecifiedUnits property
Gets or sets the length or angle value, as a floating point number, in the units that svgUnitTypes specifies.
![]() ![]() |
Syntax
HRESULT value = object.put_valueInSpecifiedUnits( v);HRESULT value = object.get_valueInSpecifiedUnits(* p);
Property values
Type: float
The length value or angle value, as a floating point number.
Exceptions
| Exception | Condition |
|---|---|
|
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
- Scalable Vector Graphics: Basic Data Types and Interfaces, Section 4.5.11
Remarks
If you set the valueInSpecifiedUnits property, the value and valueAsString properties are updated automatically to reflect this setting.
See also
Show:

