Table of Contents

Class SVGFEComponentTransferElement

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll

The SVGFEComponentTransferElement interface corresponds to the feComponentTransfer element.

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

Remarks

Constructors

SVGFEComponentTransferElement()

public SVGFEComponentTransferElement()

Properties

In1

The in1 read-only property of the SVGFEComponentTransferElement interface reflects the {{SVGAttr("in")}} attribute of the given {{SVGElement("feComponentTransfer")}} element.

[Value("in1")]
public SVGAnimatedString In1 { get; }

Property Value

SVGAnimatedString

An SVGAnimatedString object.

Remarks