TcxCaptionAlignment Enum
Declaration
TcxCaptionAlignment = (
alTopLeft,
alTopCenter,
alTopRight,
alBottomLeft,
alBottomCenter,
alBottomRight,
alLeftTop,
alLeftCenter,
alLeftBottom,
alRightTop,
alRightCenter,
alRightBottom,
alCenterCenter
);
Members
Name |
---|
alTopLeft
|
alTopCenter
|
alTopRight
|
alBottomLeft
|
alBottomCenter
|
alBottomRight
|
alLeftTop
|
alLeftCenter
|
alLeftBottom
|
alRightTop
|
alRightCenter
|
alRightBottom
|
alCenterCenter
|
See Also