TransparentImage Property

Applies to TestComplete 15.63, last modified on April 10, 2024

Specifies whether the image background is transparent.

Declaration

componentPropObj.TransparentImage
Read-Write Property Boolean
componentPropObj     One of the objects listed in the Applies To section  

Applies To

This property applies to the following objects:

TcxProgressBarProperties

Description

The TransparentImage property specifies whether the background of the component’s image is transparent. The component’s image is specified by the ForegroundImage property.

When this property is enabled, TestComplete gets the color of the lower left pixel and treats it as a transparent color.

Property Value

True, if the image background is transparent; False if the background is opaque.

Highlight search results