TextColor property



The color of text in a text entry.

Syntax

Set:     TextElement.setTextColor(Color)
Get:     Color = TextElement.getTextColor()

Applies to

TextElement object.

Data type

Color. The Color value references a Color object that specifies the color of the text in the TextElement object on which this method is invoked.

Usage

This property represents the color of the text in the TextElement object.

See also

Font property (of TextElement)