SVGAElementBuilder.Type

SVGAElementBuilder.Type method

Sets the ’type’ attribute of the SVG ‘a’ element, specifying the media type of the linked resource.

public SVGAElementBuilder Type(string value)
ParameterTypeDescription
valueStringThe media type of the linked resource.

Return Value

The current instance of SVGAElementBuilder for method chaining.

See Also