Xojo.iOSTextAlignment
From Xojo Documentation
Enumeration
Specifies text alignment for iOS controls such as iOSLabel, iOSTextField, iOSTextArea and iOSGraphics.
Values
Enum | Description |
---|---|
Left | Align text along the left edge. |
Center | Align text equally along both sides of the center line. |
Right | Align text along the right edge. |
Justified | Fully justify the text so that the last line in a paragraph is natural aligned. |
Natural | Use the default alignment associated with the current script. |