SVGTextPathElementBuilder.Href

SVGTextPathElementBuilder.Href method

Sets the ‘href’ attribute, specifying a reference to a path element.

public SVGTextPathElementBuilder Href(string value)
ParameterTypeDescription
valueStringThe reference value.

Return Value

The current builder instance.

See Also