TouchDevice::DirectlyOver Property

 

Gets the element that the touch contact point is directly over.

Namespace:   System.Windows.Input
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property IInputElement^ DirectlyOver {
	IInputElement^ get();
}

Property Value

Type: System.Windows::IInputElement^

The element that the touch contact point is directly over.

.NET Framework
Available since 4.0
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: