C-DEngine 5.105

nmiCtrlTileGroup..::..IsVScrollable Property

if true, the TileGroup can be scrolled vertically

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

Syntax


public Nullable<bool> IsVScrollable { get; set; }
Public Property IsVScrollable As Nullable(Of Boolean)
	Get
	Set
public:
property Nullable<bool^> IsVScrollable {
	Nullable<bool^> get ();
	void set (Nullable<bool^> value);
}