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