Table of Contents

Class SVGFEDistantLightElement

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll

The SVGFEDistantLightElement interface corresponds to the feDistantLight element.

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

Remarks

Constructors

SVGFEDistantLightElement()

public SVGFEDistantLightElement()

Properties

Azimuth

The azimuth read-only property of the SVGFEDistantLightElement interface reflects the {{SVGAttr("azimuth")}} attribute of the given {{SVGElement("feDistantLight")}} element.

[Value("azimuth")]
public SVGAnimatedNumber Azimuth { get; }

Property Value

SVGAnimatedNumber

An SVGAnimatedNumber object.

Remarks

Elevation

The elevation read-only property of the SVGFEDistantLightElement interface reflects the {{SVGAttr("elevation")}} attribute of the given {{SVGElement("feDistantLight")}} element.

[Value("elevation")]
public SVGAnimatedNumber Elevation { get; }

Property Value

SVGAnimatedNumber

An SVGAnimatedNumber object.

Remarks