Transparency Property

Specifies whether or not the Bitmap supports the transparent color.

Syntax

object.Transparency [= Boolean]

Properties

The Transparency property syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

Boolean

Whether the bitmap supports the transparent color.

Settings

The settings for Boolean are:

Value

Description

True

The bitmap supports transparency.

False

The bitmap does not support transparency.

Remarks

This property enables a Bitmap to have a transparent color (TransparentColor). When enabled, bitmaps can effectively have a bleed-through area that can be used for animation and visualization.

 

Applies To