Share via


RadialController.UseAutomaticHapticFeedback Propiedad

Definición

Obtiene o establece si los comentarios hápticos están habilitados en el dispositivo wheel para cada evento RotationChanged desencadenado por 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

Valor de propiedad

Boolean

bool

True si se habilitan los comentarios hápticos; de lo contrario , false.

Se aplica a

Consulte también