Gets the effective line thickness that should be applied when stroking this item.
Namespace: MindFusion.Diagramming
Assembly: DiagramItem.js
SyntaxJavaScript
Copy Code
|
|---|
get effectiveStrokeThickness() {} |
Number
A number specifying the item's stroke thickness.
RemarksThis 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