SVGImageElementBuilder.AddScript

SVGImageElementBuilder.AddScript method

Adds a script configuration to the SVG ‘image’ element.

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

Return Value

The current instance of SVGImageElementBuilder for method chaining.

See Also