Share via


RadialController.UseAutomaticHapticFeedback Eigenschaft

Definition

Ruft ab oder legt fest, ob haptisches Feedback auf dem Radgerät für jedes RotationChanged-Ereignis aktiviert ist, das vom RadialController ausgelöst wird.

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

Eigenschaftswert

Boolean

bool

true , wenn haptisches Feedback aktiviert ist; andernfalls false.

Gilt für:

Weitere Informationen