C-DEngine 5.105

nmiCtrlPicture..::..ImageOpacity Property

Sets the opacity of the image

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public Nullable<double> ImageOpacity { get; set; }
Public Property ImageOpacity As Nullable(Of Double)
	Get
	Set
public:
property Nullable<double^> ImageOpacity {
	Nullable<double^> get ();
	void set (Nullable<double^> value);
}