Click or drag to resize
ICanvasSvgElement Interface
[Win10_15063] Interface representing an SVG element.

Namespace:  Microsoft.Graphics.Canvas.Svg
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public interface ICanvasSvgElement : IDisposable

The ICanvasSvgElement type exposes the following members.

Properties
  NameDescription
Public propertyContainingDocument
[Win10_15063] Gets the document which contains this element.
Public propertyDevice
[Win10_15063] Gets the device associated with this SVG element.
Public propertyParent
[Win10_15063] Gets theis element's parent.
Top
Remarks

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

See Also