PointerPointProperties.IsInRange Property

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

Syntax

public:
property bool IsInRange {
         bool get ();
}  

Property value

Type: bool 

  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.

Requirements

Namespace: Windows.UI.Input

Metadata: windows.winmd

See also

Reference

PointerPointProperties Class

PointerPointProperties Members

Windows.UI.Input Namespace