Click or drag to resize
ICanvasSvgAttributeClone Method
[Win10_15063] Creates a clone of this attribute value.

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

Return Value

Type: ICanvasSvgAttribute
Remarks

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

On creation, the cloned attribute is not set on any element.
See Also