Search
Style.strokeDashStyle Property
See Also
 





Gets or sets the line dash pattern applied when stroking outlines of diagram items.

Namespace: MindFusion.Diagramming
File: Style.js

 Syntax

JavaScript  Copy Code

get strokeDashStyle() {}
set strokeDashStyle(value) {}

 Property Value

DashStyle

A member of the DashStyle enumeration.

 See Also