MindFusion.Diagramming for JavaScript Programmer's Guide

Cell.setTextColor Method

See Also
 





Sets a string specifying the color of the text of this cell.

Namespace: MindFusion.Diagramming
File: Cell.js

 Syntax

JavaScript  Copy Code

function setTextColor (value)

 Parameters

value

A string value identifying the color of the text.

 See Also