SVGTSpanElementBuilder.AddStyle

SVGTSpanElementBuilder.AddStyle method

Adds a style element to the current tspan element.

public SVGTSpanElementBuilder AddStyle(Action<SVGStyleElementBuilder> configure)
ParameterTypeDescription
configureAction`1A configuration action for the style element.

Return Value

The current SVGTSpanElementBuilder instance.

See Also