MobileTextControl.Alignment
From Xojo Documentation
Property (As MobileTextControl.Alignments )
aMobileTextControl.Alignment = newMobileTextControl.AlignmentsValue
or
MobileTextControl.AlignmentsValue = aMobileTextControl.Alignment
New in 2020r2
Supported for all project types and targets.
or
MobileTextControl.AlignmentsValue = aMobileTextControl.Alignment
New in 2020r2
Supported for all project types and targets.
Specifies the alignment of the text in the control.
Sample Code
This code in the control's Opening event sets the alignment to justified:
Me.Alignment = MobileTextControl.Alignments.Justified
See Also
Alignments enumeration.