Transparent

Applies to

Animation controls

Description

When the Transparent property is enabled, the animation control uses the same background color as its container, giving it a transparent appearance. You should also set the Border property to false.

Usage

In a painter

To make the control appear to be transparent:

  • Select the Transparent check box on the General page of the control's Properties view.

In scripts

The Transparent property takes a boolean value. The following line sets the Transparent property to true:

am_1.Transparent = TRUE