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