Search
Cell.textColor Property
See Also
 





Gets or sets the cell's text color.

Namespace: MindFusion.Diagramming
File: Cell.js

 Syntax

JavaScript  Copy Code

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

 Property Value

String

A string value identifying the text color.

 Remarks

If this property is not set, cell's text is painted using table's cellTextColor or textColor properties.

 See Also