checkbox BoxAlignment property
Return to Introduction  Previous page  Next page
Applies to
acCheckBox, acRadioButton and acCheckGroupBox components.  

Declaration
type  
  TAlignment = (taLeftJustify, taRightJustify, taCenter);  
  TLeftRight = taLeftJustify..taRightJustify;  
 
property BoxAlignment: TLeftRight;  

Description
The BoxAlignment property specifies placement of the check box, relatively to the text on the checkbox control.  
 
By default, checkbox is left-aligned. When the BoxAlignment is taRightJustify, the checkbox will be displayed to the right of text.  

Snapshot
accheckboxboxalignmentss  

See also
AlignmentHorz and AlignmentVert properties.