SVGSwitchElementBuilder.AddText

SVGSwitchElementBuilder.AddText method

Adds an SVGTextElement to the switch element using a configuration action.

public SVGSwitchElementBuilder AddText(Action<SVGTextElementBuilder> configure)
ParameterTypeDescription
configureAction`1The configuration action for the SVGTextElementBuilder.

Return Value

The SVGSwitchElementBuilder instance for chaining.

See Also