SVGAnimatedString Class
Used for attributes of type DOMString which can be animated.
Inheritance Hierarchy
SystemObject
  Aspose.Html.DomDOMObject
    Aspose.Html.Dom.Svg.DataTypesSVGValueType
      Aspose.Html.Dom.Svg.DataTypesSVGAnimatedValueString
        Aspose.Html.Dom.Svg.DataTypesSVGAnimatedString

Namespace: Aspose.Html.Dom.Svg.DataTypes
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public class SVGAnimatedString : SVGAnimatedValue<string>

The SVGAnimatedString 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