Skip to main content

TdxStatusBarPanelStyle.Font Property

Specifies the font used to display text within the panel.

Declaration

property Font: TFont read; write;

Property Value

Type
TFont

Remarks

Use the Font property to modify font settings of the text displayed within the panel. Properties of the TFont object returned by this property allow you to change the typeface, size, color and other font characteristics.

Note that Font property settings are automatically copied from font settings of the status bar control if a panel’s ParentFont property is set to True. This enables you to provide a common text appearance for multiple panels by modifying only the status bar’s settings.

See Also