C-DEngine 5.105

nmiCtrlPicture..::..Source Property

Source of the Image. For dynamic images use Value

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

Syntax


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