The horizontal alignment applied to the Caption text.
Supported values are the following:
Mnemonic constant
|
Value
|
Meaning
|
ALIGN_LEFT
|
0
|
The caption text is Left aligned.
|
ALIGN_CENTER (default)
|
1
|
The caption text is Center aligned.
|
ALIGN_RIGHT
|
2
|
The caption text is Right aligned.
|
|