TdxBarStyleVAlignment Enum
Specifies the vertical alignment of an element’s contents.
Declaration
TdxBarStyleVAlignment = (
vaTop,
vaCenter,
vaBottom
);
Members
| Name |
|---|
vaTop
|
vaCenter
|
vaBottom
|
Remarks
The TdxBarStyleVAlignment type contains the values controlling the vertical position of an element’s contents. The following table represents available enumerator values.
| Value | Description |
|---|---|
| vaTop | The element’s contents are aligned by the top. |
| vaCenter | The element’s contents are vertically centered. |
| vaBottom | The element’s contents are aligned by the bottom. |
See Also