Click or drag to resize
CanvasSvgDocumentRoot Property
[Win10_15063] Gets or sets the root element of the SVG document.

Namespace:  Microsoft.Graphics.Canvas.Svg
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public CanvasSvgNamedElement Root { get; set; }

Property Value

Type: CanvasSvgNamedElement
Remarks

This API is only available when running on Windows 10 build 15063 (Creators Update) or greater.

The root element of an svg document is always an <svg> element.
See Also