TcxEditHorzAlignment Type
In This Article
Specifies the type of the horizontal alignment.
#Declaration
Delphi
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 |
---|---|
ta |
The editor value is left justified: all text lines begin at the left edge of the editor. |
ta |
The editor value is centered within the editor. |
ta |
The editor value is right justified: all text lines end at the right edge of the control. |
See Also