RadialController.UseAutomaticHapticFeedback Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.