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....



Alignment


Unit: SDL_sdlbase
Class: TCustomTextLabel
Declaration: property Alignment: TAlignment;

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

taLeftJustify The reference point is at the left side of the label.
taCenter The reference point is at the center of the label.
taRightJustify The reference point is at the right side of the label.



Last Update: 2023-Feb-06