Search
DiagramItem.textColor Property
See Also
 






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

Namespace: MindFusion.Diagramming
File: DiagramItem.js

 Syntax

JavaScript  Copy Code

get textColor() {}
set textColor(value) {}

 Property Value

String

A string value identifying the text fill color.

 See Also