This property sets the transparency of the text background, the hatch brush background or the background between drawn lines.

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

Property Value

Value Explanation
True Transparency is enabled
False Transparency is disabled

Explanation

The Transparent property sets the transparency of the text background, the hatch brush background or the background between drawn lines. When the Transparent property is True, the BackColor or the TextColor2 property is ignored. The background of the text will be transparent with the DrawString method regardless of the setting of this property.

Setting this value

This value can be set at runtime.

Retrieving this value

  This value cannot be retrieved.

 

The ImageKit10 VCL is a product created by Newtone Corporation