Class SVGFETileElement
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
The SVGFETileElement interface corresponds to the feTile element.
[Value("SVGFETileElement")]
public class SVGFETileElement : SVGElement, ElementCSSInlineStyle, GlobalEventHandlers, SVGElementInstance, HTMLOrSVGElement, SVGFilterPrimitiveStandardAttributes
- Inheritance
-
SVGFETileElement
- Implements
- Inherited Members
Remarks
Constructors
SVGFETileElement()
public SVGFETileElement()
Properties
In1
The in1 read-only property of the SVGFETileElement interface reflects the {{SVGAttr("in")}} attribute of the given {{SVGElement("feTile")}} element.
[Value("in1")]
public SVGAnimatedString In1 { get; }
Property Value
- SVGAnimatedString
An SVGAnimatedString object.