SVGUseElementBuilder.Href

SVGUseElementBuilder.Href method

Sets the href attribute of the use element, specifying the URL of the element to be reused.

public SVGUseElementBuilder Href(string value)
ParameterTypeDescription
valueStringThe URL of the element to reference and reuse.

Return Value

The current SVGUseElementBuilder instance.

See Also