SVGFESpotLightElementBuilder.SpecularExponent

SVGFESpotLightElementBuilder.SpecularExponent method

Sets the ‘specularExponent’ attribute, controlling the focus of the specular highlight.

public SVGFESpotLightElementBuilder SpecularExponent(double value)
ParameterTypeDescription
valueDoubleThe specular exponent value.

Return Value

The current builder instance.

See Also