Skip to main content

TcxStyle.Font Property

Specifies the font of the output text in a control element.

Declaration

property Font: TFont read; write;

Property Value

Type
TFont

Remarks

The Font property defines the font attributes such as height, font family and style (bold, italic, etc.). The TFont.Color attribute is ignored. Use the TextColor property instead to specify the font color. When changing Font attributes the svFont flag is set in AssignedValues.

See Also