DesktopBevelButton.CaptionAlignment
From Xojo Documentation
Property (As CaptionAlignments )
aDesktopBevelButton.CaptionAlignment = newCaptionAlignmentsValue
or
CaptionAlignmentsValue = aDesktopBevelButton.CaptionAlignment
New in 2021r3
Supported for all project types and targets.
or
CaptionAlignmentsValue = aDesktopBevelButton.CaptionAlignment
New in 2021r3
Supported for all project types and targets.
The alignment of the caption.
Sample Code
The following code sets the alignment to right. It is in the Open event of the control.
Me.CaptionAlignment = DesktopBevelButton.CaptionAlignments.Right