Skip to main content

FeedbackAction Class

Definition

Assembly:Avalonia.Controls
Package:Avalonia

Defines which action triggered the feedback.

public class FeedbackAction

Inheritance: object -> FeedbackAction

Properties

NameDescription
ClickThe feedback is related to the Click action
HoldThe 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; }