Search
DiagramItem.effectiveStrokeThickness Property
See Also
 






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

Namespace: MindFusion.Diagramming
File: DiagramItem.js

 Syntax

JavaScript  Copy Code

get effectiveStrokeThickness() {}

 Property Value

Number

A number specifying the item's stroke thickness.

 Remarks

This method returns the stroke thickness set locally for an item via strokeThickness, or looks up in the styling hierarchy for a thickness set in the item's style, the diagram's style or the current theme.

 See Also