TouchDevice::Target Property

.NET Framework (current version)
 

Gets the element that receives input from the TouchDevice.

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

public:
property IInputElement^ Target {
	virtual IInputElement^ get() override sealed;
}

Property Value

Type: System.Windows::IInputElement^

The element that receives input from the TouchDevice.

.NET Framework
Available since 4.0
Return to top
Show: