Gets a Boolean value that indicates whether the user can change the rotation of the wheel physically (for example, by using a switch on the device).
public:
property bool CanChangeRotationAnglePhysically {
bool get ();
}
Type: bool
Returns true if the user can change the rotation of the wheel physically; otherwise, false.
Namespace: Microsoft.Xbox.Input
Metadata: microsoft.xbox.input.winmd
WheelStaticConfiguration Class