BevelButton.IconDy
From Xojo Documentation
This item was deprecated in version 2019r2. Please use BevelButton.IconDeltaY as a replacement. |
Property (As Integer )
aBevelButton.IconDy = newIntegerValue
or
IntegerValue = aBevelButton.IconDy
Supported for all project types and targets.
or
IntegerValue = aBevelButton.IconDy
Supported for all project types and targets.
The distance (in points) from "flush" top or bottom, depending on alignment. If center alignment is chosen, IconDy does nothing.
Sample Code
The following code places an icon in the BevelButton, aligns it, and specifies the placement of the caption. The graphic, "DatabaseQueryIcon," has been added to the project.