SVGTextPathElementBuilder.AddA

SVGTextPathElementBuilder.AddA method

Adds an ‘a’ (anchor) element configuration to the ’textPath’.

public SVGTextPathElementBuilder AddA(Action<SVGAElementBuilder> configure)
ParameterTypeDescription
configureAction`1The configuration action for the ‘a’ element.

Return Value

The current builder instance.

See Also