TCaptionAlignment Enumeration
Represents type TCaptionAlignment
.
type TCaptionAlignment = (alTopLeft, alTopCenter, alTopRight, alBottomLeft, alBottomCenter, alBottomRight, alLeftTop, alLeftCenter, alLeftBottom, alRightTop, alRightCenter, alRightBottom, alCenterCenter);
The TCaptionAlignment type exposes the following members.
Show:
Name | Description | |
---|---|---|
alBottomCenter | Represents constant | |
alBottomLeft | Represents constant | |
alBottomRight | Represents constant | |
alCenterCenter | Represents constant | |
alLeftBottom | Represents constant | |
alLeftCenter | Represents constant | |
alLeftTop | Represents constant | |
alRightBottom | Represents constant | |
alRightCenter | Represents constant | |
alRightTop | Represents constant | |
alTopCenter | Represents constant | |
alTopLeft | Represents constant | |
alTopRight | Represents constant |