Copyright © 1998-2015 MultiMedia Soft

PictureTranspFactor property

Previous pageReturn to chapter overviewNext page

Type

short for Visual C++

integer for Visual Basic

 

 

Syntax

object.PictureTranspFactor [=integer]

 

 

Remarks

Applies alpha channel transparency to the pictures displayed over the button's surface.

This property value can range from a default value of 0 (total opacity) to a value of 255 (total transparency). A value entered out of this range produces a value of  0.

Below you can see two buttons: the left one has a picture whose PictureTranspFactor property is set to 0, the right one has a picture whose PictureTranspFactor property is set to 128.

3dabm_i0000fe

 

 

See also

How to manage alpha channel transparency section.

How to display bitmaps and animations section.