SVGTextPathElementBuilder.AddTSpan
SVGTextPathElementBuilder.AddTSpan method
Adds a ’tspan’ element configuration to the ’textPath'.
public SVGTextPathElementBuilder AddTSpan(Action<SVGTSpanElementBuilder> configure)
Parameter | Type | Description |
---|---|---|
configure | Action`1 | The configuration action for the ’tspan’ element. |
Return Value
The current builder instance.
See Also
- class SVGTSpanElementBuilder
- class SVGTextPathElementBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG