Gets the zoom coefficient since the last ZoomGestureOccurring event firing during zooming with the touch interface.
'Declaration
Public ReadOnly Property ZoomCoefficientSinceLastEventFiring As Double
'Usage
Dim instance As ZoomGestureOccurringEventArgs
Dim value As Double
value = instance.ZoomCoefficientSinceLastEventFiring
public double ZoomCoefficientSinceLastEventFiring {get;}
public: __property double get_ZoomCoefficientSinceLastEventFiring();
public:
property double ZoomCoefficientSinceLastEventFiring {
double get();
}
Property Value
A
System.Drawing.Point value from the .NET Framework Class Library.