C-DEngine 5.105

TheNMIBaseControl..::..Back Property

Absolute Z Position in Pixels

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

Syntax


public int Back { get; set; }
Public Property Back As Integer
	Get
	Set
public:
property int^ Back {
	int^ get ();
	void set (int^ value);
}