The algorithm used to render pictures or animations in transparency.
Supported values are the following:
Enumerated value
|
Value
|
Meaning
|
TranspModes.UseDefinedColor
|
0 (default)
|
Uses the color defined inside the PictureTranspColor property as the picture transparent color.
|
TranspModes.UseLeftTopPixel
|
1
|
Uses the picture (or animation) Left Top pixel color as the picture transparent color.
|
In order to perform changes to Pictures and Animations settings at Design-time take a look to the How to display bitmaps and animations section.
|