RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TGridPanel.VerticalAlignment Property

Sets the vertical position of the caption.

Pascal
property VerticalAlignment: TVerticalAlignment;
C++
__property TVerticalAlignment VerticalAlignment;

Use the VerticalAlignment property to control the position of the caption within the panel. Choose one of the following values.

Value 
Description 
taAlignBottom  
The caption displays at the bottom of the panel.  
taAlignTop  
The caption displays at the top of the panel.  
taVerticalCenter  
The caption displays at the center of the panel.  

Note: Use the Alignment property to control the horizontal position of the caption.
 

Caption

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!