IInputTouchDevice Interface
Interface for a touch device.
public interface IInputTouchDevice
Properties
DirectlyOver
Gets the System.Windows.UIElement that the mouse or touch device is directly over.
UIElement DirectlyOver { get; }
Property Value
- System.Windows.UIElement:
The System.Windows.UIElement that the mouse or touch device is directly over.