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