FeedbackAction Class
Definition
Defines which action triggered the feedback.
public class FeedbackAction
Properties
| Name | Description |
|---|---|
| Click | The feedback is related to the Click action |
| Hold | The feedback is related to the Hold action |
Click Property
The feedback is related to the Click action
public Avalonia.Controls.FeedbackAction Click { get; set; }
Hold Property
The feedback is related to the Hold action
public Avalonia.Controls.FeedbackAction Hold { get; set; }