EbsOpen Class Library for EBSILON®Professional

PictureObject.Transparency Property

[Visual Basic]
Public Property Transparency As Double
[C#]
public double Transparency { get; set; }
[C++]
public: __property double get_Transparency();
public: __property void set_Transparency(double );
[JScript]
public function get Transparency() : double
public function set Transparency(double);

Remarks

Reading: a value between 0 and 1; 0 means the image is opaque, 1 means the image is fully transparent
Writing: a value between 0 and 1; 0 means the image is opaque, 1 means the image is fully transparent

See Also

PictureObject Class | EbsOpen Namespace