SVGFEPointLightElementBuilder.Z

SVGFEPointLightElementBuilder.Z method

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

public SVGFEPointLightElementBuilder Z(double value)
ParameterTypeDescription
valueDoubleThe z-coordinate value.

Return Value

The current builder instance.

See Also