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

Namespace: Aspose.Html.Dom.Svg.DataTypes
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
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
See Also