RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDisplayDim.Alignment Property

Specifies the placement of values within the label cells.

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

Set Alignment to determine how the values of the dimension field are aligned in the label cells. Alignment can be one of the following values:

Value 
Meaning 
taLeftJustify  
Values appear lined up along the left edge of the label cells.  
taRightJustify  
Values appear lined up along the right edge of the label cells.  

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!