SVGFESpotLightElementBuilder.Z

SVGFESpotLightElementBuilder.Z method

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

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

Return Value

The current builder instance.

See Also