SVGScriptElementBuilder.Type

SVGScriptElementBuilder.Type method

Sets the ’type’ attribute of the SVG ‘script’ element, specifying the scripting language type (e.g., “text/javascript”).

public SVGScriptElementBuilder Type(string value)
ParameterTypeDescription
valueStringThe MIME type of the script.

Return Value

The current instance of SVGScriptElementBuilder for method chaining.

See Also