![]() |
![]() ![]() ![]() |
acCheckBox and acRadioButton components.
|
type
|
TVerticalAlignment = (vaTopJustify, vaBottomJustify, vaCenter);
|
|
property AlignmentVert: TVerticalAlignment;
|
The AlignmentVert property controls vertical placement of text string that appears as a label for checkbox control.
|
|
By default, text is lined up along the top edge of control (AlignmentVert = vaTopJustify). To align text along the bottom edge set AlignmentVert to vaRightJustify. For centering the text vertically within a client area set AlignmentVert to vaCenter.
|
|
![]() |
![]() |
AlignmentHorz property.
|