SVGFEBaseLightingElementBuilder-2.AddScript

SVGFEBaseLightingElementBuilder<TElement,TBuilder>.AddScript method

Adds a script configuration to the element.

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

Return Value

The current builder instance.

See Also