C-DEngine 5.105

TheServiceHostInfo..::..BaseBackgroundColor Property

Sets the base Background color for the "Clean" screen.

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

Syntax


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