baseVal property

Gets or sets the base value of the given attribute before any animations are applied.

 

Syntax

HRESULT value = object.put_baseVal(ISVGAngle* v);HRESULT value = object.get_baseVal(ISVGAngle** p);

Property values

Type: Object

The base value of the given attribute before any animations are applied. (See the following Remarks section.)

Standards information

Remarks

Windows Internet Explorer 9 supports script-based SVG animation but it does not support declarative-based SVG animation. As a result, the ISVGAnimatedAngle::animVal property contains the same value as the ISVGAnimatedAngle::baseVal property.

See also

ISVGAnimatedAngle::animVal