Search
DiagramItem.textStrokeThickness Property
See Also
 






Gets or sets the outline width of item's text.

Namespace: MindFusion.Diagramming
File: DiagramItem.js

 Syntax

JavaScript  Copy Code

get textStrokeThickness() {}
set textStrokeThickness(value) {}

 Property Value

Number

A number specifying the thickness of text outline.

 See Also