Gets the location of the held finger during a press and hold with the touch interface.
public Point HeldFingerLocation {get;}
public: __property Point get_HeldFingerLocation();
public:
property Point HeldFingerLocation {
Point get();
}
'Declaration
Public ReadOnly Property HeldFingerLocation As Point
'Usage
Dim instance As PressAndHoldEventArgs
Dim value As Point
value = instance.HeldFingerLocation
Property Value
A
System.Drawing.Point value from the .NET Framework Class Library.