Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 645 Bytes

pointerpointproperties_iscanceled.md

File metadata and controls

33 lines (22 loc) · 645 Bytes
-api-id -api-type
P:Microsoft.UI.Input.PointerPointProperties.IsCanceled
winrt property

Microsoft.UI.Input.PointerPointProperties.IsCanceled

-description

Gets a value that indicates whether the input was canceled by the pointer device.

-property-value

True if the input was canceled. Otherwise, false.

-remarks

Pointer input can be canceled for various reasons, including:

  • Palm rejection
  • Input arbitration (such as pen/stylus proximity overriding touch input)
  • Device removal
  • Invalid state transition
  • Screen rotation
  • Desktop switching

-see-also

-examples