Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxStatusBarPanelStyle.Font Property

Specifies the font used to display text within the panel.

#Declaration

Delphi
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