Gets or sets an array of values specifying the dash pattern.
Namespace: MindFusion.Diagramming
Assembly: DiagramItem.js
SyntaxJavaScript
Copy Code
|
|---|
get strokeDashArray() {} |
Array
An array of numbers specifying the dash pattern.
RemarksThis value is used when strokeDashStyle is set to Custom.
See Also