1 implementation of IsPinching
Microsoft.Maui.Controls (1)
PinchGestureRecognizer.cs (1)
12
bool IPinchGestureController.
IsPinching
{ get; set; }
4 writes to IsPinching
Microsoft.Maui.Controls (4)
PinchGestureRecognizer.cs (4)
22
(this as IPinchGestureController).
IsPinching
= true;
33
(this as IPinchGestureController).
IsPinching
= false;
44
(this as IPinchGestureController).
IsPinching
= false;
55
(this as IPinchGestureController).
IsPinching
= true;