FeedbackType Enum
Definition
The feedback type to be triggered for the attached control.
public enum FeedbackType
Fields
| Name | Description |
|---|---|
| Auto | Triggers the most suitable feedback type based on the feedback effect on the current platform. |
| Haptic | If available, triggers only haptic feedback for the attached control |
| None | Disables feedback for the attached control |
| Sound | If available, triggers only sound feedback for the attached control |
Auto Field
Triggers the most suitable feedback type based on the feedback effect on the current platform.
public Avalonia.Controls.FeedbackType Auto
Haptic Field
If available, triggers only haptic feedback for the attached control
public Avalonia.Controls.FeedbackType Haptic
None Field
Disables feedback for the attached control
public Avalonia.Controls.FeedbackType None