Skip to main content

PlatformFeedback Class

Definition

Assembly:Avalonia.Controls
Package:Avalonia
public class PlatformFeedback

Inheritance: object -> PlatformFeedback

Constructors

NameDescription
PlatformFeedbackNo summary available.

PlatformFeedback Constructor

public PlatformFeedback()

Methods

NameDescription
GetFeedbackTypeGets the value of the attached FeedbackType property.
SetFeedbackTypeSets 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

Avalonia.Controls.FeedbackType

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

NameDescription
FeedbackTypePropertyDefines the FeedbackType attached property.

FeedbackTypeProperty Field

Defines the FeedbackType attached property.

public Avalonia.AttachedProperty<Avalonia.Controls.FeedbackType> FeedbackTypeProperty