RacingWheel.HasClutch Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Boolean indicating whether the racing wheel has a clutch.
public:
property bool HasClutch { bool get(); };
bool HasClutch();
public bool HasClutch { get; }
var boolean = racingWheel.hasClutch;
Public ReadOnly Property HasClutch As Boolean
Property Value
Boolean
bool
Boolean indicating whether the racing wheel has a clutch.