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