Search
Style.strokeThickness Property
See Also
 





Gets or sets the line width applied when stroking outlines of diagram items.

Namespace: MindFusion.Diagramming
File: Style.js

 Syntax

JavaScript  Copy Code

get strokeThickness() {}
set strokeThickness(value) {}

 Property Value

Number

A number specifying stroke thickness.

 See Also