Search
TableNode.setCellTextBrush Method
See Also
 

Sets the color used to draw the text in this table.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void setCellTextBrush (
    Brush value
)

 Parameters

value

A Brush object representing the text color.

 See Also