SVGAnimatedValueT Class
SVGAnimatedValue<T> class
Used for attributes of types which can be animated.
public abstract class SVGAnimatedValue<T> : SVGValueType
Parameter | Description |
---|
T | The SVG Value object. |
Properties
Name | Description |
---|
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
Name | Description |
---|
Dispose() | Releases unmanaged and - optionally - managed resources. |
virtual GetPlatformType() | This method is used to retrieve ECMAScript object Type. |
See Also