Vcl.StdCtrls.TCustomCheckBox.Alignment
Delphi
property Alignment: TLeftRight read FAlignment write SetAlignment default taRightJustify;
C++
__property System::Classes::TLeftRight Alignment = {read=FAlignment, write=SetAlignment, default=1};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | protected | Vcl.StdCtrls.pas Vcl.StdCtrls.hpp |
Vcl.StdCtrls | TCustomCheckBox |
Description
Controls the position of the check box's caption.
If Alignment is set to taRightJustify, the caption appears to the right of the check box. If Alignment is set to taLeftJustify, the caption appears to the left of the check box.