TcxEditHorzAlignment Type
Specifies the type of the horizontal alignment.
Declaration
TcxEditHorzAlignment = System.Classes.TAlignment;
Referenced Class
| Type |
|---|
| TAlignment |
Remarks
The horizontal alignment of an editor’s contents is set via the Horz property of the TcxCustomEditProperties.Alignment object. The TcxEditHorzAlignment type enumerates possible values of the horizontal alignment.
| Value | Meaning |
|---|---|
| taLeftJustify | The editor value is left justified: all text lines begin at the left edge of the editor. |
| taCenter | The editor value is centered within the editor. |
| taRightJustify | The editor value is right justified: all text lines end at the right edge of the control. |

See Also