PlatformFeedback Class
Definition
public class PlatformFeedback
Constructors
| Name | Description |
|---|---|
| PlatformFeedback | No summary available. |
PlatformFeedback Constructor
public PlatformFeedback()
Methods
| Name | Description |
|---|---|
| GetFeedbackType | Gets the value of the attached FeedbackType property. |
| SetFeedbackType | Sets the value of the attached FeedbackType property. |
GetFeedbackType Method
Gets the value of the attached FeedbackType property.
public Avalonia.Controls.FeedbackType GetFeedbackType(Avalonia.Input.InputElement control)
Parameters
control Avalonia.Input.InputElement
The feedback type
Returns
SetFeedbackType Method
Sets the value of the attached FeedbackType property.
public void SetFeedbackType(Avalonia.Input.InputElement control, Avalonia.Controls.FeedbackType feedbackType)
Parameters
control Avalonia.Input.InputElement
The attached control
feedbackType Avalonia.Controls.FeedbackType
The feedback type
Fields
| Name | Description |
|---|---|
| FeedbackTypeProperty | Defines the FeedbackType attached property. |
FeedbackTypeProperty Field
Defines the FeedbackType attached property.
public Avalonia.AttachedProperty<Avalonia.Controls.FeedbackType> FeedbackTypeProperty