Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 603 Bytes

pointer_isinrange.md

File metadata and controls

25 lines (16 loc) · 603 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Input.Pointer.IsInRange
winrt property

Windows.UI.Xaml.Input.Pointer.IsInRange

-description

Gets a value that indicates whether the pointer device is within detection range of a sensor or digitizer.

-property-value

true if touch or pen is within detection range or mouse is over; otherwise false

-remarks

A pointer comes into existence when the pointer device enters detection range and is canceled when the pointer device leaves detection range.

-examples

-see-also