Search
Shape.strokeThickness Property
See Also
 





Gets or sets the thickness of the shape's frame.

Namespace: MindFusion.Diagramming
File: Shape.js

 Syntax

JavaScript  Copy Code

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

 Property Value

Number

A number specifying stroke thickness.

 Remarks

Used to paint Shape components of CompositeNode.

 See Also