LongPressingEventArgs.Status Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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