SVGTextElementBuilder.AddTSpan

SVGTextElementBuilder.AddTSpan method

Adds a ’tspan’ element to the text element, allowing for fine control over individual sections of the text.

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

Return Value

The SVGTextElementBuilder instance for chaining.

See Also