Search
DiagramItem.textStroke Property
See Also
 






Gets or sets the color used to stroke item's text.

Namespace: MindFusion.Diagramming
File: DiagramItem.js

 Syntax

JavaScript  Copy Code

get textStroke() {}
set textStroke(value) {}

 Property Value

String

A string value identifying the text stroke color.

 See Also