Back to Devexpress

TcxStyle.TextColor Property

vcl-cxstyles-dot-tcxstyle-e5c84601.md

latest703 B
Original Source

TcxStyle.TextColor Property

Specifies the text color.

Declaration

delphi
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

TcxStyle Class

TcxStyle Members

cxStyles Unit