Click or drag to resize
CanvasSvgDocumentCreatePaintAttribute Method
[Win10_15063] Creates an attribute that can be used for a stroke or fill value.

Namespace:  Microsoft.Graphics.Canvas.Svg
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public CanvasSvgPaintAttribute CreatePaintAttribute()

Return Value

Type: CanvasSvgPaintAttribute
Remarks

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

This attribute is created with a default CanvasSvgPaintType of None, a default color of black, and an empty-string ID.
See Also