TcxAlignmentVert Enum
In This Article
Enumerates vertical alignment options.
#Declaration
Delphi
TcxAlignmentVert = (
vaTop,
vaBottom,
vaCenter
);
#Members
Name |
---|
va
|
va
|
va
|
#Remarks
Options include:
Value | Description | Example |
---|---|---|
va |
An object is aligned to the top border of its parent area. | ![]() |
va |
An object is centered within its parent area. | ![]() |
va |
An object is aligned to the bottom border of its parent area. | ![]() |
See Also