| 
				   
                             Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3 	
                       		
			       | 
             
| Leadtools.Controls Assembly > Leadtools.Controls Namespace > InteractiveDragCompletedEventArgs Class : Velocity Property | 
              time_delta = drag_completed_time_stamp - drag_started_time_stamp; // In Milliseconds
              veclocity.x = (Position.X - Origin.X) / time_delta;
              veclocity.y = (Position.Y - Origin.Y) / time_delta;