RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStatusPanel.Alignment Property

Specifies how text is aligned within the status panel.

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

Use Alignment to indicate panel text alignment. These are the possible values:

Value 
Meaning 
taLeftJustify  
Align text on the left side of the panel.  
taCenter  
Center the text in the panel.  
taRightJustify  
Align text on the right side of the panel.  

Note: If the status bar has a sizing grip, setting the Alignment of the last status panel to taRightJustify truncates the panel's text.
 

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