BevelButton.IconDx
From Xojo Documentation
This item was deprecated in version 2019r2. Please use BevelButton.IconDeltaX as a replacement. |
Property (As Integer )
aBevelButton.IconDx = newIntegerValue
or
IntegerValue = aBevelButton.IconDx
Supported for all project types and targets.
or
IntegerValue = aBevelButton.IconDx
Supported for all project types and targets.
The distance (in points) from flush left or right, depending on alignment. If center alignment is chosen, IconDx 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 Editor.