Returns or sets the height in pixels of the Picture object in the object.
Object.PictureHeight [ = lPictureHeight ]
The PictureHeight property syntax has the following parts:
Name |
Type |
Description |
Object |
AButton |
AButton control |
lPictureHeight |
An integer specifying the height of the Picture object on the AButton. |
The following statement changes the AButton's PictureHeight so the picture is twelve pixels high in the face area of the button.
btn1.PictureHeight=12
Picture, PictureAlignment, PictureDrawMode, PictureLeft, PictureTop, PictureWidth