Gets the difference or delta from the last position during a panning gesture with the touch interface.
'Declaration
Public ReadOnly Property DeltaSinceLastEventFiring As Point
'Usage
Dim instance As PanGestureOccurringEventArgs
Dim value As Point
value = instance.DeltaSinceLastEventFiring
public Point DeltaSinceLastEventFiring {get;}
public: __property Point get_DeltaSinceLastEventFiring();
public:
property Point DeltaSinceLastEventFiring {
Point get();
}
Property Value
A
System.Drawing.Point value from the .NET Framework Class Library.