Vcl.ExtCtrls.TCategoryPanelGroup.HeaderAlignment

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HeaderAlignment: TAlignment read FHeaderAlignment write SetHeaderAlignment default 0;

C++

__property HeaderAlignment = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCategoryPanelGroup

Description

Determines how the caption is aligned within the headers of the category panels in this category panel group.

Vcl.ExtCtrls.TCategoryPanelGroup.HeaderAlignment inherits from Vcl.ExtCtrls.TCustomCategoryPanelGroup.HeaderAlignment. All content below this line refers to Vcl.ExtCtrls.TCustomCategoryPanelGroup.HeaderAlignment.

Determines how the caption is aligned within the headers of the category panels in this category panel group.

Use the HeaderAlignment property to control the position of the caption of the category panels within the category panel group. These are the possible values:



Value Meaning

taLeftJustify

Align caption on the left side of the header.

taCenter

Center the caption in the header.

taRightJustify

Align caption on the right side of the header.