Vibration Class
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.
Provides an easy way to make the device vibrate.
public static class Vibration
- Inheritance
-
System.ObjectVibration
Methods
Cancel() |
Cancel any current vibrations. |
Vibrate() |
Vibrate the device fo 500ms. |
Vibrate(Double) |
Vibrate the device for the specified number of milliseconds in the range [0, 5000]. |
Vibrate(TimeSpan) |
Vibrate the device for the specified time in the range [0, 5000]ms. |