Click or drag to resize
CanvasSvgStrokeDashArrayAttribute Class
[Win10_15063] Object describing an SVG stroke-dasharray value.
Inheritance Hierarchy
SystemObject
  Microsoft.Graphics.Canvas.SvgCanvasSvgStrokeDashArrayAttribute

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

The CanvasSvgStrokeDashArrayAttribute 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 methodDispose
[Win10_15063] Releases all resources used by the CanvasSvgStrokeDashArrayAttribute.
Public methodGetDashes
[Win10_15063] Gets dashes from the array, ignoring unit mode.
Public methodGetDashes(Int32, Int32, CanvasSvgLengthUnits)
[Win10_15063] Gets dashes from the array, along with their unit mode.
Public methodGetElement
[Win10_15063] Returns the element on which this attribute is set.
Public methodRemoveDashesAtEnd
[Win10_15063] Removes dashes from the end of the array.
Public methodSetDashes(Int32, Single)
[Win10_15063] Sets dashes to the array.
Public methodSetDashes(Int32, Single, CanvasSvgLengthUnits)
[Win10_15063] Sets dashes, and their unit mode, to the array.
Public methodSetDashes(Int32, Single, CanvasSvgLengthUnits)
[Win10_15063] Sets dashes, and their unit modes, to the array.
Top
Remarks

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

See Also