Show / Hide Table of Contents

Property IsHapticFeedbackEnabled

IsHapticFeedbackEnabled

Gets or sets a value indicating whether to enable haptic feedback whenever a snap occurs (if supported by the device).

Declaration
public bool IsHapticFeedbackEnabled { get; set; }
Property Value
Type Description
System.Boolean

true to enable haptic feedback whenever a snap occurs (if supported by the device), false otherwise.

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
TargetVersions
.NET Standard 2.0200.6 - 200.8
.NET200.6 - 200.8
.NET Windows200.6 - 200.8
.NET Android200.6 - 200.8
.NET iOS200.6 - 200.8
.NET Framework200.6 - 200.8
UWP200.6 - 200.8
In This Article
Back to top Copyright © 2022 Esri.