SVGDocumentRootElement Property |
The root ‘svg’ in the document hierarchy.
Namespace: Aspose.Html.Dom.SvgAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic SVGSVGElement RootElement { get; }
Public ReadOnly Property RootElement As SVGSVGElement
Get
public:
property SVGSVGElement^ RootElement {
SVGSVGElement^ get ();
}
member RootElement : SVGSVGElement with get
Property Value
Type:
SVGSVGElement
The root element.
See Also