SVGFESpotLightElementBuilder.X

SVGFESpotLightElementBuilder.X method

Sets the ‘x’ attribute of the feSpotLight element, representing the x-coordinate of the light source.

public SVGFESpotLightElementBuilder X(double value)
ParameterTypeDescription
valueDoubleThe x-coordinate value.

Return Value

The current builder instance.

See Also