SVGFEDistantLightElementBuilder.Elevation

SVGFEDistantLightElementBuilder.Elevation method

Sets the ’elevation’ attribute of the feDistantLight element.

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

Return Value

The current builder instance.

See Also