[Visual
Basic] imagekitcontrolname.File.Transparent
[ = Boolean ]
[Visual C++] [
Bool =
]imagekitcontrolname.GetFile().GetTransparent()
imagekitcontrolname.GetFile().SetTransparent(BOOL Val)
imagekitcontrolname.GetFile().SetTransparent(BOOL Val)
Property Value
Value | Explanation |
---|---|
True | The transparent color is enabled |
False | The transparent color is disabled (Default) |
Explanation
The Transparent property sets whether or not the transparent color, as set in the PalBlue, PalGreen, and PalRed properties, is enabled in GIF or PNG images. The default value is False
Setting this value
This value can be set at run-time.Retrieving this value
This value can be retrieved at run-time.