RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStaticText.Alignment Property

Determines how text is aligned within the component.

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

The possible values of Alignment are

Value 
Meaning 
taLeftJustify  
Text is aligned at the left of the control.  
taCenter  
Text is centered in the control.  
taRightJustify  
Text is aligned at the right of the control.  

 

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