VolumeInfo.IsVibrateEnabled Property

Definition

Gets a value indicating whether vibrate is enabled for the phone.

public:
 property VibrateState IsVibrateEnabled { VibrateState get(); };
VibrateState IsVibrateEnabled();
public VibrateState IsVibrateEnabled { get; }
var vibrateState = volumeInfo.isVibrateEnabled;
Public ReadOnly Property IsVibrateEnabled As VibrateState

Property Value

true if vibrate is enabled for the phone, otherwise false.

Applies to