TIWCGJQButtonOptionsTextAlign Enumeration

The enumerator of text align.

Namespace: IWCGJQButton
type
 TIWCGJQButtonOptionsTextAlign = (
 botaLeft,
 botaCenter,
 botaRight
 );

The TIWCGJQButtonOptionsTextAlign type exposes the following members.

Show:
 NameDescription
botaCenter

The text will be aligned to center

botaLeft

The text will be aligned to left

botaRight

The text will be aligned to right

Top