Gamepad.Vibration Property

Definition

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.

Applies to

See also