SVGSwitchElementBuilder.AddSvg

SVGSwitchElementBuilder.AddSvg method

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

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

Return Value

The SVGSwitchElementBuilder instance for chaining.

See Also