Search
DiagramItem.effectiveStrokeDashArray Property
See Also
 





Gets the effective line dash array that should be applied when stroking this item.

Namespace: MindFusion.Diagramming
File: DiagramItem.js

 Syntax

JavaScript  Copy Code

get effectiveStrokeDashArray() {}
set effectiveStrokeDashArray(value) {}

 Property Value

Array

An array of numbers specifying the item's stroke dash array.

 Remarks

This property returns the array set locally for an item via strokeDashArray, or looks up in the styling hierarchy for a stroke color set in the item's style, the diagram's style or the current theme.

 See Also