SVGAnimatedEnumeration Class
Used for attributes whose value must be a constant from a particular enumeration and which can be animated.
Inheritance Hierarchy
SystemObject
  Aspose.Html.DomDOMObject
    Aspose.Html.Dom.Svg.DataTypesSVGValueType
      Aspose.Html.Dom.Svg.DataTypesSVGAnimatedValueUInt16
        Aspose.Html.Dom.Svg.DataTypesSVGAnimatedEnumeration

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

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