This topic has not yet been rated - Rate this topic

Pointer.IsInRange property

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

Syntax


public bool IsInRange { get; }

Property value

Type: System.Boolean [.NET] | Platform::Boolean [C++]

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

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Input
Windows::UI::Xaml::Input [C++]

Metadata

Windows.winmd

See also

Pointer

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.