PinchGestureRecognizer.IPinchGestureController.SendPinchCanceled Method
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.
virtual void Microsoft.Maui.Controls.IPinchGestureController.SendPinchCanceled(Microsoft::Maui::Controls::Element ^ sender) = Microsoft::Maui::Controls::IPinchGestureController::SendPinchCanceled;
void IPinchGestureController.SendPinchCanceled (Microsoft.Maui.Controls.Element sender);
abstract member Microsoft.Maui.Controls.IPinchGestureController.SendPinchCanceled : Microsoft.Maui.Controls.Element -> unit
override this.Microsoft.Maui.Controls.IPinchGestureController.SendPinchCanceled : Microsoft.Maui.Controls.Element -> unit
Sub SendPinchCanceled (sender As Element) Implements IPinchGestureController.SendPinchCanceled
Parameters
- sender
- Element