SVGSVGElementBuilder.ContentScriptType

SVGSVGElementBuilder.ContentScriptType method

Sets the ‘contentScriptType’ attribute of the SVG element. This attribute specifies the default scripting language for the contents of the SVG document.

public SVGSVGElementBuilder ContentScriptType(string value)
ParameterTypeDescription
valueStringThe scripting language (e.g., “text/ecmascript”).

Return Value

The SVGSVGElementBuilder instance for chaining.

See Also