SVGElement public class SVGElement : Element Represents an element of the SVG DOM. Documentation Code public SVGElement() Creates a new SVG element. public static SVGElement Factory(string tagName) Returns a specialized SVGElement instance for the given tag name.