C-DEngine 5.105

TheServiceHostInfo..::..BaseForegroundColor Property

Sets the base Foreground color for the Clean screen.

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

Syntax


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