StyledText.ParagraphTextAlignment
From Xojo Documentation
Method
This method is only available on macOS and Windows platforms. For cross-platform compatibility, use #If...#Endif with the Target... specifiers to make sure you will not attempt to use this method on an incompatible platform. |
StyledText.ParagraphTextAlignment(Index as Integer) As TextAlignments
New in 2019r2
Supported for all project types and targets.
New in 2019r2
Supported for all project types and targets.
Aligns the paragraph indicated by Index.
Notes
Assign an alignment to ParagraphTextAlignment using one of the TextAlignments values.
Not supported with Linux TextFields.