This property sets the transparency of the text background, the hatch brush background or the background between drawn lines.
[Visual
Basic] imagekitcontrolname.PrintDraw.Transparent
[ = Boolean ]
[Visual
C++] imagekitcontrolname.GetPrintDraw().SetTransparent(BOOL
Val)
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.