SVGSwitchElementBuilder.AddSwitch

SVGSwitchElementBuilder.AddSwitch method

Adds another SVGSwitchElement to the switch element using a configuration action.

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

Return Value

The SVGSwitchElementBuilder instance for chaining.

See Also