SVGSVGElementBuilder.WithXlink

Adds the XLink namespace declaration to the SVG element. This is necessary for using XLink attributes such as ‘xlink:href’.

public SVGSVGElementBuilder WithXlink()

Return Value

The SVGSVGElementBuilder instance for chaining.

See Also