Property SpecularExponent
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Model.dll
SpecularExponent
Exponent value controlling the focus for the light source.
public ISvgAnimatedNumber SpecularExponent { get; }
Property Value
- ISvgAnimatedNumber
specularExponent = "number"
If the attribute is not specified, then the effect is as if a value of 1 were specified.
Remarks
Corresponds to attribute 'specularExponent' on the given 'feSpotLight' element.