Property IsHapticFeedbackEnabled
IsHapticFeedbackEnabled
Gets or sets a value indicating whether to enable haptic feedback whenever a snap occurs (if supported by the device), false
otherwise.
Declaration
public bool IsHapticFeedbackEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Remarks
Enables haptic feedback whenever a snap occurs to a feature or graphic from a ISnapSource, or geometry guide.
Note that the specifics of the haptic will vary on different platforms and devices, and this boolean will have no effect if the end user's device does not support haptics.
Haptic feedback should be expected whenever the SnapChanged event fires. If you want
to implement your own haptics experience, set this boolean to false
and trigger your own custom haptics
by listening to the SnapChanged event.
The default value is true
.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.6 |
.NET | 200.6 |
.NET Windows | 200.6 |
.NET Android | 200.6 |
.NET iOS | 200.6 |
.NET Framework | 200.6 |
UWP | 200.6 |