SVGSwitchElementBuilder.AddText
SVGSwitchElementBuilder.AddText method
Adds an SVGTextElement to the switch element using a configuration action.
public SVGSwitchElementBuilder AddText(Action<SVGTextElementBuilder> configure)
Parameter | Type | Description |
---|---|---|
configure | Action`1 | The configuration action for the SVGTextElementBuilder. |
Return Value
The SVGSwitchElementBuilder instance for chaining.
See Also
- class SVGTextElementBuilder
- class SVGSwitchElementBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG