Click or drag to resize
ICanvasSvgAttribute Interface
[Win10_15063] Interface describing an SVG attribute.

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

The ICanvasSvgAttribute type exposes the following members.

Properties
  NameDescription
Public propertyDevice
[Win10_15063] Gets the device with which this attribute is associated.
Top
Methods
  NameDescription
Public methodClone
[Win10_15063] Creates a clone of this attribute value.
Public methodGetElement
[Win10_15063] Returns the element on which this attribute is set.
Top
Remarks

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

See Also