Gets the starting location for the flick during a flick motion with the touch interface.
public Point FlickStartLocation {get;}
public: __property Point get_FlickStartLocation();
public:
property Point FlickStartLocation {
Point get();
}
'Declaration
Public ReadOnly Property FlickStartLocation As Point
'Usage
Dim instance As FlickEventArgs
Dim value As Point
value = instance.FlickStartLocation
Property Value
A
System.Drawing.Point value from the .NET Framework Class Library.