Click or drag to resize
CanvasSvgStrokeDashArrayAttribute Methods

The CanvasSvgStrokeDashArrayAttribute type exposes the following members.

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
See Also