C-DEngine 5.105

TheNMILiveTag..::..TileLeft Property

Position left of the value field

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

Syntax


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