Table of Contents

Class SVGAnimatedPreserveAspectRatio

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll

The SVGAnimatedPreserveAspectRatio interface represents attributes of type SVGPreserveAspectRatio which can be animated.

[Value("SVGAnimatedPreserveAspectRatio")]
public class SVGAnimatedPreserveAspectRatio
Inheritance
SVGAnimatedPreserveAspectRatio
Inherited Members

Remarks

Constructors

SVGAnimatedPreserveAspectRatio()

public SVGAnimatedPreserveAspectRatio()

Properties

AnimVal

The animVal read-only property of the SVGAnimatedPreserveAspectRatio interface represents the value of the {{SVGAttr("preserveAspectRatio")}} attribute of an SVG element after any animations or transformations are applied.

[Value("animVal")]
public SVGPreserveAspectRatio AnimVal { get; }

Property Value

SVGPreserveAspectRatio

An SVGPreserveAspectRatio object.

Remarks

BaseVal

The baseVal read-only property of the SVGAnimatedPreserveAspectRatio interface represents the base (non-animated) value of the {{SVGAttr("preserveAspectRatio")}} attribute of an SVG element.

[Value("baseVal")]
public SVGPreserveAspectRatio BaseVal { get; }

Property Value

SVGPreserveAspectRatio

An SVGPreserveAspectRatio object.

Remarks