TdxBarStyleHAlignment Enum
In This Article
Specifies the horizontal alignment of an element’s contents.
#Declaration
Delphi
TdxBarStyleHAlignment = (
haLeft,
haCenter,
haRight
);
#Members
Name |
---|
ha
|
ha
|
ha
|
#Remarks
The TdxBarStyleHAlignment type contains the values controlling the horizontal position of an element’s contents. The following table represents available enumerator values.
Value | Description |
---|---|
ha |
The element’s contents are left justified. |
ha |
The element’s contents are horizontally centered. |
ha |
The element’s contents are right justified. |
See Also