Search
DiagramItem.strokeDashArray Property
See Also
 





Gets or sets an array of values specifying the dash pattern.

Namespace: MindFusion.Diagramming
Package: DiagramItem.js

 Syntax

JavaScript  Copy Code

get strokeDashArray() {}
set strokeDashArray(value) {}

 Property Value

Array

An array of numbers specifying the dash pattern.

 Remarks

This value is used when strokeDashStyle is set to Custom.

 See Also