TouchPoint::Position Property

 

Gets the location of the touch point.

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

public:
property Point Position {
	Point get();
	private: void set(Point value);
}

Property Value

Type: System.Windows::Point

The location of the touch point.

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