SVGSVGElementBuilder.ContentStyleType

SVGSVGElementBuilder.ContentStyleType method

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

public SVGSVGElementBuilder ContentStyleType(string value)
ParameterTypeDescription
valueStringThe styling language (e.g., “text/css”).

Return Value

The SVGSVGElementBuilder instance for chaining.

See Also