Vcl.ExtCtrls.TCustomCategoryPanelGroup.HeaderFont

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HeaderFont: TFont read FHeaderFont write SetHeaderFont;

C++

__property Vcl::Graphics::TFont* HeaderFont = {read=FHeaderFont, write=SetHeaderFont};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomCategoryPanelGroup

Description

Specifies the font of the caption of the headers of the panels.

Use the HeaderFont property to specify the font and font properties used to draw the caption of the headers of the category panels in the category panel group. The HeaderFont property has no effect when HeaderStyle is hsThemed.