SVGFEBaseLightingElementBuilder-2.WithFeDistantLight

SVGFEBaseLightingElementBuilder<TElement,TBuilder>.WithFeDistantLight method

Configures a distant light source for the filter effect.

public TBuilder WithFeDistantLight(Action<SVGFEDistantLightElementBuilder> configure)
ParameterTypeDescription
configureAction`1The configuration action for the SVGFEDistantLightElementBuilder.

Return Value

The current builder instance.

See Also