Gamepad.Vibration 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.
Describes the gamepad motor speed.
public:
property GamepadVibration Vibration { GamepadVibration get(); void set(GamepadVibration value); };
GamepadVibration Vibration();
void Vibration(GamepadVibration value);
public GamepadVibration Vibration { get; set; }
var gamepadVibration = gamepad.vibration;
gamepad.vibration = gamepadVibration;
Public Property Vibration As GamepadVibration
Property Value
Describes the gamepad motor speed.
Remarks
When an application enters an ApplicationExecutionState.Suspended state, the gamepad motor cannot be activated. This applies even if an ExtendedExecutionSession is acquired.