SVGTextElementBuilder.AddA

SVGTextElementBuilder.AddA method

Adds an ‘a’ (anchor) element to the text element, enabling hyperlinking parts of the text.

public SVGTextElementBuilder AddA(Action<SVGAElementBuilder> configure)
ParameterTypeDescription
configureAction`1A configuration action for the SVGAElementBuilder.

Return Value

The SVGTextElementBuilder instance for chaining.

See Also