|
Copyright © 2003-2005 MultiMedia Soft
Return to index
|
|
Type
|
[Visual Basic]
Public Property PictureTranspMode As Ctl3d.TranspModes
[C#]
public Ctl3d.TranspModes PictureTranspMode {get; set;}
[C++]
public: __property Ctl3d.TranspModes get_PictureTranspMode();
public: __property void set_PictureTranspMode(Ctl3d.TranspModes);
| |||||||||
|
|
| |||||||||
|
Remarks
|
The algorithm used to render pictures or animations in transparency.
Supported values are the following:
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.
|