SVGTSpanElementBuilder.AddA

SVGTSpanElementBuilder.AddA method

Adds an anchor (a) element to the current tspan element.

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

Return Value

The current SVGTSpanElementBuilder instance.

See Also