SVGSwitchElementBuilder.AddG

SVGSwitchElementBuilder.AddG method

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

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

Return Value

The SVGSwitchElementBuilder instance for chaining.

See Also