VibrateController.Start Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Starts vibration on the device.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Parameters
- duration
- Type: System.TimeSpan
A TimeSpan object specifying the amount of time, in seconds, for which the phone vibrates. Valid times are between 0 and 5 seconds. Values greater than 5 or less than 0 raise an exception.
Show: