DesktopBevelButton.CaptionAlignment
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
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