PictureHeight Property (AButton)

Returns or sets the height in pixels of the Picture object in the object.

Syntax

Object.PictureHeight [ = lPictureHeight ]

The PictureHeight property syntax has the following parts:

 

Name

Type

Description

Object

AButton

AButton control

lPictureHeight

APixel

An integer specifying the height of the Picture object on the AButton.

Example

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

Applies to

AButton

See Also

Picture, PictureAlignment, PictureDrawMode, PictureLeft, PictureTop, PictureWidth