SVGSwitchElementBuilder.AddImage

SVGSwitchElementBuilder.AddImage method

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

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

Return Value

The SVGSwitchElementBuilder instance for chaining.

See Also