TouchDevice.DirectlyOver Property

Definition

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

public:
 property System::Windows::IInputElement ^ DirectlyOver { System::Windows::IInputElement ^ get(); };
public System.Windows.IInputElement DirectlyOver { get; }
member this.DirectlyOver : System.Windows.IInputElement
Public ReadOnly Property DirectlyOver As IInputElement

Property Value

The element that the touch contact point is directly over.

Applies to