ReportLabel.TextAlign
From Xojo Documentation
Property (As TextAlignment )
aReportLabel.TextAlign = newTextAlignmentValue
or
TextAlignmentValue = aReportLabel.TextAlign
Supported for all project types and targets.
or
TextAlignmentValue = aReportLabel.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 |