SVGTSpanElementBuilder.AddScript

SVGTSpanElementBuilder.AddScript method

Adds a script element to the current tspan element.

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

Return Value

The current SVGTSpanElementBuilder instance.

See Also