Vcl.ExtCtrls.TCustomCategoryPanelGroup.HeaderAlignment
Delphi
property HeaderAlignment: TAlignment read FHeaderAlignment write SetHeaderAlignment default taLeftJustify;
C++
__property System::Classes::TAlignment HeaderAlignment = {read=FHeaderAlignment, write=SetHeaderAlignment, default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.ExtCtrls.pas Vcl.ExtCtrls.hpp |
Vcl.ExtCtrls | TCustomCategoryPanelGroup |
Description
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. |