C-DEngine 5.105

TheNMIBaseControl..::..TileHeight Property

Sets the height of the control. (1 tile = 78px)

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

Syntax


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