SVGStopElementBuilder.AddScript

SVGStopElementBuilder.AddScript method

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

public SVGStopElementBuilder AddScript(Action<SVGScriptElementBuilder> configure)
ParameterTypeDescription
configureAction`1A delegate to configure the SVGScriptElementBuilder.

Return Value

The current instance of SVGStopElementBuilder for method chaining.

See Also