C-DEngine 5.105

TheNMIBaseControl..::..Opacity Property

Sets the opacity of the control

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

Syntax


public double Opacity { get; set; }
Public Property Opacity As Double
	Get
	Set
public:
property double^ Opacity {
	double^ get ();
	void set (double^ value);
}