Gets or Sets front-wheel drive
Namespace: JigLibX.VehiclesAssembly: JigLibX (in JigLibX.dll) Version: 0.3.1.0
Syntax
C# |
---|
public bool FWDrive { get; set; } |
Visual Basic |
---|
Public Property FWDrive As Boolean
Get
Set |
Visual C++ |
---|
public:
property bool FWDrive {
bool get ();
void set (bool value);
} |
See Also