Table of Contents

Class SVGFEDropShadowElement

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll

The SVGFEDropShadowElement interface corresponds to the feDropShadow element.

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

Remarks

Constructors

SVGFEDropShadowElement()

public SVGFEDropShadowElement()

Properties

Dx

The dx read-only property of the SVGFEDropShadowElement interface reflects the {{SVGAttr("dx")}} attribute of the given {{SVGElement("feDropShadow")}} element.

[Value("dx")]
public SVGAnimatedNumber Dx { get; }

Property Value

SVGAnimatedNumber

An SVGAnimatedNumber object.

Remarks

Dy

The dy read-only property of the SVGFEDropShadowElement interface reflects the {{SVGAttr("dy")}} attribute of the given {{SVGElement("feDropShadow")}} element.

[Value("dy")]
public SVGAnimatedNumber Dy { get; }

Property Value

SVGAnimatedNumber

An SVGAnimatedNumber object.

Remarks

In1

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

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

Property Value

SVGAnimatedString

An SVGAnimatedString object.

Remarks

StdDeviationX

The stdDeviationX read-only property of the SVGFEDropShadowElement interface reflects the (possibly automatically computed) X component of the {{SVGAttr("stdDeviation")}} attribute of the given {{SVGElement("feDropShadow")}} element.

[Value("stdDeviationX")]
public SVGAnimatedNumber StdDeviationX { get; }

Property Value

SVGAnimatedNumber

An SVGAnimatedNumber object.

Remarks

StdDeviationY

The stdDeviationY read-only property of the SVGFEDropShadowElement interface reflects the (possibly automatically computed) Y component of the {{SVGAttr("stdDeviation")}} attribute of the given {{SVGElement("feDropShadow")}} element.

[Value("stdDeviationY")]
public SVGAnimatedNumber StdDeviationY { get; }

Property Value

SVGAnimatedNumber

An SVGAnimatedNumber object.

Remarks

Methods

SetStdDeviation(Number, Number)

The setStdDeviation() method of the SVGFEDropShadowElement interface sets the values for the {{SVGAttr("stdDeviation")}} attribute.

[Value("setStdDeviation")]
public GlobalObject.Undefined SetStdDeviation(Number stdDeviationX, Number stdDeviationY)

Parameters

stdDeviationX Number
stdDeviationY Number

Returns

GlobalObject.Undefined

None ('undefined').

Remarks