TdxBarStyleVAlignment Enum
In This Article
Specifies the vertical alignment of an element’s contents.
#Declaration
Delphi
TdxBarStyleVAlignment = (
vaTop,
vaCenter,
vaBottom
);
#Members
Name |
---|
va
|
va
|
va
|
#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 |
---|---|
va |
The element’s contents are aligned by the top. |
va |
The element’s contents are vertically centered. |
va |
The element’s contents are aligned by the bottom. |
See Also