This property enables the transparent color in the image set in the Layer[LayerNo].ImageHandle property.

[C++Builder]   imagekitcontrolname->Layer[Index]->Transparent[= bool ]
[Delphi]   imagekitcontrolname.Layer[Index].Transparent[= Boolean ]

* The index can range from 0 to 99

Property Value

Value Explanation
True The transparent color is enabled. (default value)
False The transparent color is disabled

Explanation

The Transparent property enables the transparent color in the image set in the Layer[LayerNo].ImageHandle property.

The default value is True.

When the Transparent property is True, the color set by the TransBlue, TransGreen, and TransRed properties will be transparent.

To display multiple images without a transparent color, set this property to false.

If the image set in the Layer[LayerNo].ImageHandle property is a vector image, then the Transparent property is disabled.

Setting this value

This value can be set at run-time.

Retrieving this value

This value can be retrieved at run-time.

 

The ImageKit9 VCL is a product created by Newtone Corporation