SVGFEPointLightElementBuilder.Y

SVGFEPointLightElementBuilder.Y method

Sets the ‘y’ attribute of the fePointLight element, specifying the y-coordinate of the light source.

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

Return Value

The current builder instance.

See Also