RadialController.UseAutomaticHapticFeedback Property
Definition
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
true if haptic feedback is enabled; otherwise false.