Gets or Sets back-wheel drive

Namespace: JigLibX.Vehicles
Assembly: JigLibX (in JigLibX.dll) Version: 0.3.1.0

Syntax

C#
public bool BWDrive { get; set; }
Visual Basic
Public Property BWDrive As Boolean
	Get
	Set
Visual C++
public:
property bool BWDrive {
	bool get ();
	void set (bool value);
}

See Also