C-DEngine 5.105

nmiDashboard..::..Background Property

Sets the background of the button

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

Syntax


public string Background { get; set; }
Public Property Background As String
	Get
	Set
public:
property String^ Background {
	String^ get ();
	void set (String^ value);
}