DesktopBevelButton.IconDeltaY
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Property (As Integer )
aDesktopBevelButton.IconDeltaY = newIntegerValue
or
IntegerValue = aDesktopBevelButton.IconDeltaY
New in 2021r3
Supported for all project types and targets.
or
IntegerValue = aDesktopBevelButton.IconDeltaY
New in 2021r3
Supported for all project types and targets.
The distance (in points) from top or bottom, depending on alignment. If center alignment is chosen, IconDeltaY does nothing.
Sample Code
The following code places an icon in the DesktopBevelButton, aligns it, and specifies the position of the caption. The graphic, "DatabaseQueryIcon," has been added to the project.