SVGAnimatedValueT Class
Used for attributes of types which can be animated.
Inheritance Hierarchy
SystemObject
  Aspose.Html.DomDOMObject
    Aspose.Html.Dom.Svg.DataTypesSVGValueType
      Aspose.Html.Dom.Svg.DataTypesSVGAnimatedValueT
        More...

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

Type Parameters

T
The SVG Value object.

The SVGAnimatedValueT 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.
Public propertyBaseVal
The base value of the given attribute before applying any animations.
Methods
  NameDescription
Public methodDispose
Releases unmanaged and - optionally - managed resources.
(Inherited from SVGValueType.)
Protected methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources.
(Overrides SVGValueTypeDispose(Boolean).)
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 (Inherited from Object.)
See Also
Inheritance Hierarchy
SystemObject
  Aspose.Html.DomDOMObject
    Aspose.Html.Dom.Svg.DataTypesSVGValueType
      Aspose.Html.Dom.Svg.DataTypesSVGAnimatedValueT
        Aspose.Html.Dom.Svg.DataTypesSVGAnimatedAngle
        Aspose.Html.Dom.Svg.DataTypesSVGAnimatedBoolean
        Aspose.Html.Dom.Svg.DataTypesSVGAnimatedEnumeration
        Aspose.Html.Dom.Svg.DataTypesSVGAnimatedInteger
        Aspose.Html.Dom.Svg.DataTypesSVGAnimatedLength
        Aspose.Html.Dom.Svg.DataTypesSVGAnimatedLengthList
        Aspose.Html.Dom.Svg.DataTypesSVGAnimatedNumber
        Aspose.Html.Dom.Svg.DataTypesSVGAnimatedNumberList
        Aspose.Html.Dom.Svg.DataTypesSVGAnimatedPreserveAspectRatio
        Aspose.Html.Dom.Svg.DataTypesSVGAnimatedRect
        Aspose.Html.Dom.Svg.DataTypesSVGAnimatedString
        Aspose.Html.Dom.Svg.DataTypesSVGAnimatedTransformList