TAlign Enumeration

Represents type TAlign.

Namespace: System.UI.Controls
type
 TAlign = (alNone, alTop, alBottom, alLeft, alRight, alClient);

The TAlign type exposes the following members.

Show:
 NameDescription
alBottom

Represents constant alBottom.

alClient

Represents constant alClient.

alLeft

Represents constant alLeft.

alNone

Represents constant alNone.

alRight

Represents constant alRight.

alTop

Represents constant alTop.

Top