SVGSwitchElementBuilder.AddA

SVGSwitchElementBuilder.AddA method

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

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

Return Value

The SVGSwitchElementBuilder instance for chaining.

See Also