SVGFEImageElementBuilder.Href

SVGFEImageElementBuilder.Href method

Sets the ‘href’ attribute of the feImage element, defining the URL of the image to be used.

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

Return Value

The current builder instance.

See Also