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. |
|
Remarks
Enables haptic feedback whenever a snap occurs to a feature or graphic from a ISnap
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 Snapfalse
and trigger your own custom haptics
by listening to the Snap
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 |