TIWCGJQPositionOptionsPos Enumeration

Represents type TIWCGJQPositionOptionsPos.

Namespace: IWCGJQControl
type
 TIWCGJQPositionOptionsPos = (jqpoLeftTop,jqpoLeftCenter,jqpoLeftBottom,jqpoCenterTop,jqpoCenterCenter,jqpoCenterBottom,
 jqpoRightTop,jqpoRightCenter,jqpRightBottom);

The TIWCGJQPositionOptionsPos type exposes the following members.

Show:
 NameDescription
jqpoCenterBottom

Represents constant jqpoCenterBottom.

jqpoCenterCenter

Represents constant jqpoCenterCenter.

jqpoCenterTop

Represents constant jqpoCenterTop.

jqpoLeftBottom

Represents constant jqpoLeftBottom.

jqpoLeftCenter

Represents constant jqpoLeftCenter.

jqpoLeftTop

Represents constant jqpoLeftTop.

jqpoRightCenter

Represents constant jqpoRightCenter.

jqpoRightTop

Represents constant jqpoRightTop.

jqpRightBottom

Represents constant jqpRightBottom.

Top