SVGSwitchElementBuilder.AddForeignObject
SVGSwitchElementBuilder.AddForeignObject method
Adds an SVGForeignObjectElement to the switch element using a configuration action.
public SVGSwitchElementBuilder AddForeignObject(Action<SVGForeignObjectElementBuilder> configure)
Parameter | Type | Description |
---|---|---|
configure | Action`1 | The configuration action for the SVGForeignObjectElementBuilder. |
Return Value
The SVGSwitchElementBuilder instance for chaining.
See Also
- class SVGForeignObjectElementBuilder
- class SVGSwitchElementBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG