TLayoutAlignHorz Enumeration

Represents type TLayoutAlignHorz.

Namespace: System.UI.Layout
type
 TLayoutAlignHorz = (ahLeft, ahCenter, ahRight, ahClient, ahParent);

The TLayoutAlignHorz type exposes the following members.

Show:
 NameDescription
ahCenter

Represents constant ahCenter.

ahClient

Represents constant ahClient.

ahLeft

Represents constant ahLeft.

ahParent

Represents constant ahParent.

ahRight

Represents constant ahRight.

Top