SVGTextElementBuilder.AddTextPath

SVGTextElementBuilder.AddTextPath method

Adds a ’textPath’ element to the text element, allowing the text to follow a defined path.

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

Return Value

The SVGTextElementBuilder instance for chaining.

See Also