TCaptionAlignment Enumeration

Represents type TCaptionAlignment.

Namespace: System.UI.Controls
type
 TCaptionAlignment = (alTopLeft, alTopCenter, alTopRight, alBottomLeft, alBottomCenter, alBottomRight, alLeftTop, alLeftCenter, alLeftBottom, alRightTop, alRightCenter, alRightBottom, alCenterCenter);

The TCaptionAlignment type exposes the following members.

Show:
 NameDescription
alBottomCenter

Represents constant alBottomCenter.

alBottomLeft

Represents constant alBottomLeft.

alBottomRight

Represents constant alBottomRight.

alCenterCenter

Represents constant alCenterCenter.

alLeftBottom

Represents constant alLeftBottom.

alLeftCenter

Represents constant alLeftCenter.

alLeftTop

Represents constant alLeftTop.

alRightBottom

Represents constant alRightBottom.

alRightCenter

Represents constant alRightCenter.

alRightTop

Represents constant alRightTop.

alTopCenter

Represents constant alTopCenter.

alTopLeft

Represents constant alTopLeft.

alTopRight

Represents constant alTopRight.

Top