RAD Studio VCL Reference
|
Sets the vertical position of the caption.
property VerticalAlignment: TVerticalAlignment;
__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. |
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|