Gets the total zoom coefficient since the beginning of the zoom gesture with the touch interface.
'Declaration
Public ReadOnly Property TotalZoomCoefficient As Double
'Usage
Dim instance As ZoomGestureOccurredEventArgs
Dim value As Double
value = instance.TotalZoomCoefficient
public double TotalZoomCoefficient {get;}
public: __property double get_TotalZoomCoefficient();
public:
property double TotalZoomCoefficient {
double get();
}
Property Value
A
System.Drawing.Point value from the .NET Framework Class Library.