SVGTextPathElementBuilder.AddTSpan

SVGTextPathElementBuilder.AddTSpan method

Adds a ’tspan’ element configuration to the ’textPath'.

public SVGTextPathElementBuilder AddTSpan(Action<SVGTSpanElementBuilder> configure)
ParameterTypeDescription
configureAction`1The configuration action for the ’tspan’ element.

Return Value

The current builder instance.

See Also