Label.TextAlignment
From Xojo Documentation
Property (As TextAlignments )
aLabel.TextAlignment = newTextAlignmentsValue
or
TextAlignmentsValue = aLabel.TextAlignment
New in 2019r2
Supported for all project types and targets.
or
TextAlignmentsValue = aLabel.TextAlignment
New in 2019r2
Supported for all project types and targets.
The alignment of the text.
Example
Label1.TextAlignment = TextAlignments.Right