In This Article

IInputTouchDevice Interface

Interface for a touch device.

public interface IInputTouchDevice

Properties

DirectlyOver

Gets the UIElement that the mouse or touch device is directly over.

UIElement DirectlyOver { get; }

Property Value

UIElement:

The UIElement that the mouse or touch device is directly over.