TIWCGJQImageAlignment Enumeration

Represents type TIWCGJQImageAlignment.

Namespace: IWCGJQImage
type
 TIWCGJQImageAlignment = (ialNone,ialLeft,ialRight,ialMiddle,ialTop,ialBottom);

The TIWCGJQImageAlignment type exposes the following members.

Show:
 NameDescription
ialBottom

Represents constant ialBottom.

ialLeft

Represents constant ialLeft.

ialMiddle

Represents constant ialMiddle.

ialNone

Represents constant ialNone.

ialRight

Represents constant ialRight.

ialTop

Represents constant ialTop.

Top