C-DEngine 5.105

TheNMIBaseControl..::..TileTop Property

Absolute Top Position in Tile Units

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

Syntax


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