SVGAnimatedLengthList Class
Used for attributes of type SVGLengthList which can be animated.
Inheritance Hierarchy
SystemObject
  Aspose.Svg.DomDOMObject
    Aspose.Svg.DataTypesSVGValueType
      Aspose.Svg.DataTypesSVGAnimatedValueSVGLengthList
        Aspose.Svg.DataTypesSVGAnimatedLengthList

Namespace: Aspose.Svg.DataTypes
Assembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntax
public class SVGAnimatedLengthList : SVGAnimatedValue<SVGLengthList>

The SVGAnimatedLengthList type exposes the following members.

Properties
  NameDescription
Public propertyAnimVal
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.
(Inherited from SVGAnimatedValueT.)
Public propertyBaseVal
The base value of the given attribute before applying any animations.
(Inherited from SVGAnimatedValueT.)
Methods
  NameDescription
Public methodDispose
Releases unmanaged and - optionally - managed resources.
(Inherited from SVGValueType.)
Protected methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources.
(Inherited from SVGAnimatedValueT.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
See Also