|
Copyright © 2003-2005 MultiMedia Soft
Return to index
|
|
Type
|
[Visual Basic]
Public Property SurfaceTransparentZone As Ctl3d.TranspZones
[C#]
public Ctl3d.TranspZones SurfaceTransparentZone {get; set;}
[C++]
public: __property Ctl3d.TranspZones get_SurfaceTransparentZone();
public: __property void set_SurfaceTransparentZone(Ctl3d.TranspZones);
| ||||||||||||
|
|
| ||||||||||||
|
Remarks
|
The zone affected by alpha channel transparency, set through the SurfaceTransparentFactor property, when a special effect is applied
Notes: This property is useful only if a special effect has been applied through the SpecialEffect property.
Supported values are the following (The examples on this page are from Raised buttons):
(Available only with Professional edition)
| ||||||||||||
|
|
| ||||||||||||
|
See also
|