SVGDocument.RootElement

SVGDocument.RootElement property

The root ‘svg’ in the document hierarchy.

public SVGSVGElement RootElement { get; }

Property Value

The root element.

See Also