RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCheckBox.Alignment Property

Determines whether the check box label aligns to the left or to the right of the tick box.

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

The Alignment property determines the position of the label, relative to the tick box. The TLeftRight alignment type may have one of the following values.

Value 
Meaning 
taLeftJustify  
The label is aligned to the left of the control and the tick box is aligned to the right of the control.  
taRightJustify  
This is the default value. The label is aligned to the right of the control and the tick box is aligned to the left of the control.  

 

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