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

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

Description
The BoxAlignment property specifies placement of the radio button, relatively to the caption on this control.  
 
By default, radio button is left-aligned. When the BoxAlignment is taRightJustify, the button will be displayed to the right of text.  

Snapshot
acradiobuttonboxalignmentss  

See also
AlignmentHorz and AlignmentVert properties.