Specifies the horizontal alignment of the component’s contents.
Declaration
TcxEditAlignmentObj.Horz
Read-Write Property | String |
TcxEditAlignmentObj | A TcxEditAlignment object |
Description
Use the TcxEditAlignment.Horz
property to get or set the horizontal alignment of the user form component’s contents.
Property Value
One of the following string values:
Value | Description |
---|---|
“taLeftJustify ” |
The contents is aligned to the left. |
“taRightJustify ” |
The contents is aligned to the right. |
“taCenter ” |
The contents is centered horizontally. |