Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
RadialController.UseAutomaticHapticFeedback Property
Definition
- Namespace:
- Windows.UI.Input
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.
Gets or sets whether haptic feedback is enabled on the wheel device for each RotationChanged event fired by the RadialController.
public:
property bool UseAutomaticHapticFeedback { bool get(); void set(bool value); };
bool UseAutomaticHapticFeedback();
void UseAutomaticHapticFeedback(bool value);
public bool UseAutomaticHapticFeedback { get; set; }
var boolean = radialController.useAutomaticHapticFeedback;
radialController.useAutomaticHapticFeedback = boolean;
Public Property UseAutomaticHapticFeedback As Boolean
Property Value
Boolean
bool
true if haptic feedback is enabled; otherwise false.
Applies to
See also
Feedback
Was this page helpful?
