[]
        
(Showing Draft Content)

C1.Win.TouchToolKit.PointerPointProperties.IsCanceled

IsCanceled Property

IsCanceled

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

Declaration
public bool IsCanceled { get; }
Property Value
Type Description
bool

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