SVGFESpotLightElementBuilder.Y

SVGFESpotLightElementBuilder.Y method

Sets the ‘y’ attribute, representing the y-coordinate of the light source.

public SVGFESpotLightElementBuilder Y(double value)
ParameterTypeDescription
valueDoubleThe y-coordinate value.

Return Value

The current builder instance.

See Also