TAlignmentVert Enumeration

Represents type TAlignmentVert.

Namespace: System.UI.Controls
type
 TAlignmentVert = (tavTop, tavCenter, tavBottom);

The TAlignmentVert type exposes the following members.

Show:
 NameDescription
tavBottom

Represents constant tavBottom.

tavCenter

Represents constant tavCenter.

tavTop

Represents constant tavTop.

Top