Class SVGFEDiffuseLightingElement
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
The SVGFEDiffuseLightingElement interface corresponds to the feDiffuseLighting element.
[Value("SVGFEDiffuseLightingElement")]
public class SVGFEDiffuseLightingElement : SVGElement, ElementCSSInlineStyle, GlobalEventHandlers, SVGElementInstance, HTMLOrSVGElement, SVGFilterPrimitiveStandardAttributes
- Inheritance
-
SVGFEDiffuseLightingElement
- Implements
- Inherited Members
Remarks
Constructors
SVGFEDiffuseLightingElement()
public SVGFEDiffuseLightingElement()
Properties
DiffuseConstant
The diffuseConstant read-only property of the SVGFEDiffuseLightingElement interface reflects the {{SVGAttr("diffuseConstant")}} attribute of the given {{SVGElement("feDiffuseLighting")}} element.
[Value("diffuseConstant")]
public SVGAnimatedNumber DiffuseConstant { get; }
Property Value
- SVGAnimatedNumber
An SVGAnimatedNumber object.
Remarks
In1
The in1 read-only property of the SVGFEDiffuseLightingElement interface reflects the {{SVGAttr("in")}} attribute of the given {{SVGElement("feDiffuseLighting")}} element.
[Value("in1")]
public SVGAnimatedString In1 { get; }
Property Value
- SVGAnimatedString
An SVGAnimatedString object.
Remarks
KernelUnitLengthX
The kernelUnitLengthX read-only property of the SVGFEDiffuseLightingElement interface reflects the X component of the {{SVGAttr("kernelUnitLength")}} attribute of the given {{SVGElement("feDiffuseLighting")}} element.
[Value("kernelUnitLengthX")]
public SVGAnimatedNumber KernelUnitLengthX { get; }
Property Value
- SVGAnimatedNumber
An SVGAnimatedNumber object.
Remarks
KernelUnitLengthY
The kernelUnitLengthY read-only property of the SVGFEDiffuseLightingElement interface reflects the Y component of the {{SVGAttr("kernelUnitLength")}} attribute of the given {{SVGElement("feDiffuseLighting")}} element.
[Value("kernelUnitLengthY")]
public SVGAnimatedNumber KernelUnitLengthY { get; }
Property Value
- SVGAnimatedNumber
An SVGAnimatedNumber object.
Remarks
SurfaceScale
The surfaceScale read-only property of the SVGFEDiffuseLightingElement interface reflects the {{SVGAttr("surfaceScale")}} attribute of the given {{SVGElement("feDiffuseLighting")}} element.
[Value("surfaceScale")]
public SVGAnimatedNumber SurfaceScale { get; }
Property Value
- SVGAnimatedNumber
An SVGAnimatedNumber object.