C-DEngine 5.105

TheNMIBaseControl..::..MinTileWidth Property

sets the minimum width of the control

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

Syntax


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