ReportPageNumberLabel.TextAlign
From Xojo Documentation
Property (As TextAlignment )
aReportPageNumberLabel.TextAlign = newTextAlignmentValue
or
TextAlignmentValue = aReportPageNumberLabel.TextAlign
Supported for all project types and targets.
or
TextAlignmentValue = aReportPageNumberLabel.TextAlign
Supported for all project types and targets.
The alignment of the Text.
Notes
The choices are:
Value | Description |
---|---|
0 | Left |
1 | Center |
2 | Right |