RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCategoryPanelGroup.HeaderAlignment Property

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

Pascal
property HeaderAlignment: TAlignment;
C++
__property TAlignment HeaderAlignment;

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.  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!