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