API:Vcl.StdCtrls.TCheckBox.Alignment
Delphi
property Alignment;
C++
__property Alignment = {default=1};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Vcl.StdCtrls.pas Vcl.StdCtrls.hpp |
Vcl.StdCtrls | TCheckBox |
Description
Controls the position of the check box's caption.
Vcl.StdCtrls.TCheckBox.Alignment inherits from Vcl.StdCtrls.TCustomCheckBox.Alignment. All content below this line refers to Vcl.StdCtrls.TCustomCheckBox.Alignment.
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.