DesktopLabel.TextAlignment
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Property (As TextAlignments )
aDesktopLabel.TextAlignment = newTextAlignmentsValue
or
TextAlignmentsValue = aDesktopLabel.TextAlignment
New in 2021r3
Supported for all project types and targets.
or
TextAlignmentsValue = aDesktopLabel.TextAlignment
New in 2021r3
Supported for all project types and targets.
The alignment of the text.
Example
Label1.TextAlignment = TextAlignments.Right