Gets the location of the second finger during a two finger tap with the touch interface.
public Point SecondFingerLocation {get;}
public: __property Point get_SecondFingerLocation();
public:
property Point SecondFingerLocation {
Point get();
}
'Declaration
Public ReadOnly Property SecondFingerLocation As Point
'Usage
Dim instance As TwoFingerTapEventArgs
Dim value As Point
value = instance.SecondFingerLocation
Property Value
A
System.Drawing.Point value from the .NET Framework Class Library.