Search
DiagramItem.effectiveStroke Property
See Also
 





Gets the effective color that should be used to stroke this item.

Namespace: MindFusion.Diagramming
File: DiagramItem.js

 Syntax

JavaScript  Copy Code

get effectiveStroke() {}

 Property Value

String

A string specifying the item's stroke color.

 Remarks

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