C-DEngine 5.105

TheNMIBaseControl..::..MaxTileWidth Property

Sets the max width of the control.

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

Syntax


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