Search
DiagramItem.effectiveStrokeDashOffset Property
See Also
 





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

Namespace: MindFusion.Diagramming
File: DiagramItem.js

 Syntax

JavaScript  Copy Code

get effectiveStrokeDashOffset() {}
set effectiveStrokeDashOffset(value) {}

 Property Value

Number

A number specifying the item's stroke dash offset.

 Remarks

This property returns the offset set locally for an item via strokeDashOffset, 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