C-DEngine 5.105

nmiCtrlAboutButton..::..Foreground Property

Sets the foreground color on all text elements

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

Syntax


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