Back to Devexpress

TcxStyle.Font Property

vcl-cxstyles-dot-tcxstyle-adf78e47.md

latest907 B
Original Source

TcxStyle.Font Property

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

Declaration

delphi
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

TcxStyle Class

TcxStyle Members

cxStyles Unit