SVGSwitchElementBuilder.AddUse

SVGSwitchElementBuilder.AddUse method

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

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

Return Value

The SVGSwitchElementBuilder instance for chaining.

See Also