TcxStyle.TextColor Property
Specifies the text color.
Declaration
property TextColor: TColor read; write;
Property Value
Type |
---|
TColor |
Remarks
The TextColor defines the color of the text (in contrast to the background color determined by the Color property). When TextColor is assigned, the svTextColor flag is set in AssignedValues.
See Also