C-DEngine 5.105

nmiCtrlTouchDraw..::..Background Property

sets the background color of the about box if set to black, the foreground will be automatically set to white

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);
}