LongPressingEventArgs.Status Property

Definition

Gets the current status of the gesture (Started, Running, Completed, or Canceled).

public:
 property Microsoft::Maui::GestureStatus Status { Microsoft::Maui::GestureStatus get(); };
public Microsoft.Maui.GestureStatus Status { get; }
member this.Status : Microsoft.Maui.GestureStatus
Public ReadOnly Property Status As GestureStatus

Property Value

Applies to