Partager via


RadialController.UseAutomaticHapticFeedback Propriété

Définition

Obtient ou définit si le retour haptique est activé sur le dispositif de roue pour chaque événement RotationChanged déclenché par 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

Valeur de propriété

Boolean

bool

true si les commentaires haptiques sont activés ; sinon , false.

S’applique à

Voir aussi