SVGTSpanElementBuilder.AddTSpan

SVGTSpanElementBuilder.AddTSpan method

Adds a nested tspan element to the current tspan element.

public SVGTSpanElementBuilder AddTSpan(Action<SVGTSpanElementBuilder> configure)
ParameterTypeDescription
configureAction`1A configuration action for the nested tspan element.

Return Value

The current SVGTSpanElementBuilder instance.

See Also