The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



VerticalAlignment


Unit: SDL_sdlbase
Class: TCustomTextLabel
Declaration: property VerticalAlignment: TVerticalAlignment;

The VerticalAlignment property specifies the vertical position of the reference point of the label (the reference point is the point whose position is controled by PosX and PosY). VerticalAlignment can take the following values:

vaTop The reference point is at the top of the label.
vaCenter The reference point is at the center of the label.
vaBottom The reference point is at the bottom of the label.



Last Update: 2023-Feb-06