SVGImageElementBuilder.Href

SVGImageElementBuilder.Href method

Sets the ‘href’ attribute of the SVG ‘image’ element, specifying the URL of the image to be embedded.

public SVGImageElementBuilder Href(string value)
ParameterTypeDescription
valueStringThe URL of the image.

Return Value

The current instance of SVGImageElementBuilder for method chaining.

See Also