Table of Contents

Class SVGFEGaussianBlurElement

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll

The SVGFEGaussianBlurElement interface corresponds to the feGaussianBlur element.

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

Remarks

Constructors

SVGFEGaussianBlurElement()

public SVGFEGaussianBlurElement()

Fields

SVG_EDGEMODE_DUPLICATE

[Value("SVG_EDGEMODE_DUPLICATE")]
public const ushort SVG_EDGEMODE_DUPLICATE = 1

Field Value

ushort

SVG_EDGEMODE_NONE

[Value("SVG_EDGEMODE_NONE")]
public const ushort SVG_EDGEMODE_NONE = 3

Field Value

ushort

SVG_EDGEMODE_UNKNOWN

[Value("SVG_EDGEMODE_UNKNOWN")]
public const ushort SVG_EDGEMODE_UNKNOWN = 0

Field Value

ushort

SVG_EDGEMODE_WRAP

[Value("SVG_EDGEMODE_WRAP")]
public const ushort SVG_EDGEMODE_WRAP = 2

Field Value

ushort

Properties

EdgeMode

[Value("edgeMode")]
public SVGAnimatedEnumeration EdgeMode { get; }

Property Value

SVGAnimatedEnumeration

In1

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

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

Property Value

SVGAnimatedString

An SVGAnimatedString object.

Remarks

StdDeviationX

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

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

Property Value

SVGAnimatedNumber

An SVGAnimatedNumber object.

Remarks

StdDeviationY

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

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

Property Value

SVGAnimatedNumber

An SVGAnimatedNumber object.

Remarks

Methods

SetStdDeviation(Number, Number)

The setStdDeviation() method of the SVGFEGaussianBlurElement 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