SVGAnimatedPreserveAspectRatio Class
Used for attributes of type SVGPreserveAspectRatio which can be animated.
Inheritance Hierarchy
SystemObject
  Aspose.Html.DomDOMObject
    Aspose.Html.Dom.Svg.DataTypesSVGValueType
      Aspose.Html.Dom.Svg.DataTypesSVGAnimatedValueSVGPreserveAspectRatio
        Aspose.Html.Dom.Svg.DataTypesSVGAnimatedPreserveAspectRatio

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

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