C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1DragDeltaEventArgs Class / Velocities Property


In This Topic
Velocities Property
In This Topic
Gets the velocity of the inertia.
Syntax
'Declaration
 
Public ReadOnly Property Velocities As CoreGraphics.CGPoint
 
'Usage
 
Dim instance As C1DragDeltaEventArgs
Dim value As CoreGraphics.CGPoint
 
value = instance.Velocities
See Also