Skip to main content

TcxFontPreview.Color Property

Specifies the background color of the preview area.

Declaration

property Color: TColor read; write; default clWindow;

Property Value

Type Default
TColor clWindow

Remarks

Use the Color property to change the background color of the control’s preview area. The following image shows the Properties.Preview.Color property set to clTeal:

The default value of the Color property is clWindow.

See Also