SVGFESpotLightElementBuilder.LimitingConeAngle

SVGFESpotLightElementBuilder.LimitingConeAngle method

Sets the ’limitingConeAngle’ attribute, defining the limiting cone of the spotlight.

public SVGFESpotLightElementBuilder LimitingConeAngle(double value)
ParameterTypeDescription
valueDoubleThe limiting cone angle value.

Return Value

The current builder instance.

See Also