TLayoutAlignVert Enumeration

Represents type TLayoutAlignVert.

Namespace: System.UI.Layout
type
 TLayoutAlignVert = (avTop, avCenter, avBottom, avClient, avParent);

The TLayoutAlignVert type exposes the following members.

Show:
 NameDescription
avBottom

Represents constant avBottom.

avCenter

Represents constant avCenter.

avClient

Represents constant avClient.

avParent

Represents constant avParent.

avTop

Represents constant avTop.

Top