SVGSwitchElementBuilder.AddForeignObject

SVGSwitchElementBuilder.AddForeignObject method

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

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

Return Value

The SVGSwitchElementBuilder instance for chaining.

See Also