SVGStyleElementBuilder.Type

SVGStyleElementBuilder.Type method

Sets the ’type’ attribute of the SVG ‘style’ element. This attribute specifies the style sheet language of the element’s contents.

public SVGStyleElementBuilder Type(string contentType)
ParameterTypeDescription
contentTypeStringThe MIME type of the style language (e.g., “text/css”).

Return Value

The SVGStyleElementBuilder instance for chaining.

See Also