The horizontal alignment applied to the Caption text.
Supported values are the following:
Enumerated value
|
Value
|
Meaning
|
CaptionAlign.Left
|
0
|
The caption text is Left aligned.
|
CaptionAlign.Center (default)
|
1
|
The caption text is Center aligned.
|
CaptionAlign.Right
|
2
|
The caption text is Right aligned.
|
In order to perform changes to texts settings at Design-time take a look to the How to add text to the control section.
|