Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 636 Bytes

gesturerecognizer_isinertial.md

File metadata and controls

26 lines (16 loc) · 636 Bytes
-api-id -api-type
P:Microsoft.UI.Input.GestureRecognizer.IsInertial
winrt property

Microsoft.UI.Input.GestureRecognizer.IsInertial

-description

Gets a value that indicates whether a manipulation is still being processed during inertia (no input points are active).

For more details on this API, please see the the UWP WinRT IsInertial topic.

-property-value

True, if the manipulation is still being processed during inertia. Otherwise, false. The default value is false.

-remarks

-see-also

-examples