TcxEditVertAlignment Enum
In This Article
Enumerates types of vertical alignments for editor’s contents.
#Declaration
Delphi
TcxEditVertAlignment = (
taTopJustify,
taBottomJustify,
taVCenter
);
#Members
Name |
---|
ta
|
ta
|
ta
|
#Remarks
The vertical alignment of editor’s contents is set via the Vert property of the TcxCustomEditProperties.Alignment object. The TcxEditVertAlignment type enumerates possible values of the vertical alignment.
Value | Meaning |
---|---|
ta |
The editor value is aligned to the top. |
ta |
The editor value is aligned to the bottom. |
ta |
The editor value is centered vertically. |
See Also