SVGAnimatedValueT Class

SVGAnimatedValue<T> class

Used for attributes of types which can be animated.

public abstract class SVGAnimatedValue<T> : SVGValueType
ParameterDescription
TThe SVG Value object.

Properties

NameDescription
virtual AnimVal { get; }If the given attribute or property is being animated, contains the current animated value of the attribute or property. If the given attribute or property is not currently being animated, contains the same value as baseVal.
BaseVal { get; set; }The base value of the given attribute before applying any animations.

Methods

NameDescription
Dispose()Releases unmanaged and - optionally - managed resources.
virtual GetPlatformType()This method is used to retrieve the ECMAScript object .

See Also