SVGFEDistantLightElementBuilder.Azimuth

SVGFEDistantLightElementBuilder.Azimuth method

Sets the ‘azimuth’ attribute of the feDistantLight element.

public SVGFEDistantLightElementBuilder Azimuth(double value)
ParameterTypeDescription
valueDoubleThe azimuth angle for the light source in degrees.

Return Value

The current builder instance.

See Also