Table of Contents

Class SVGFEImageElement

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll

The SVGFEImageElement interface corresponds to the feImage element.

[Value("SVGFEImageElement")]
public class SVGFEImageElement : SVGElement, ElementCSSInlineStyle, GlobalEventHandlers, SVGElementInstance, HTMLOrSVGElement, SVGFilterPrimitiveStandardAttributes, SVGURIReference
Inheritance
SVGFEImageElement
Implements
Inherited Members

Remarks

Constructors

SVGFEImageElement()

public SVGFEImageElement()

Properties

CrossOrigin

[Value("crossOrigin")]
public SVGAnimatedString CrossOrigin { get; }

Property Value

SVGAnimatedString

PreserveAspectRatio

The preserveAspectRatio read-only property of the SVGFEImageElement interface reflects the {{SVGAttr("preserveAspectRatio")}} attribute of the given {{SVGElement("feImage")}} element.

[Value("preserveAspectRatio")]
public SVGAnimatedPreserveAspectRatio PreserveAspectRatio { get; }

Property Value

SVGAnimatedPreserveAspectRatio

An SVGAnimatedPreserveAspectRatio object.

Remarks

-preserveAspectRatio

See also on MDN