| SVGFESpecularLightingElementKernelUnitLengthY Property |
Corresponds to attribute ‘kernelUnitLength’ on the given ‘feSpecularLighting’ element.
Namespace: Aspose.Svg.FiltersAssembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntaxpublic SVGAnimatedNumber KernelUnitLengthY { get; }Public ReadOnly Property KernelUnitLengthY As SVGAnimatedNumber
Get
public:
property SVGAnimatedNumber^ KernelUnitLengthY {
SVGAnimatedNumber^ get ();
}member KernelUnitLengthY : SVGAnimatedNumber with get
Property Value
Type:
SVGAnimatedNumber
The attribute ‘kernelUnitLength’ of the given ‘feSpecularLighting’ element.
See Also