Click or drag to resize
PointerIsInContact Property
Gets a value that determines whether the pointer device was in contact with a sensor or digitizer at the time that the event was reported.

Namespace: Windows.UI.Xaml.Input
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public bool IsInContact { get; }

Property Value

Type: Boolean
See Also