←Select platform

Velocity Property

Summary

The velocity of the drag event when it ended, including direction.

Syntax
C#
VB
C++
public LeadPointD Velocity { get; set; } 
Public Property Velocity() As LeadPointD 
   Get 
   Set 
public:  
   property LeadPointD^ Velocity 
   { 
      LeadPointD^ get() 
      void set(LeadPointD^ value) 
   } 

Property Value

A LeadPointD indicating the velocity at the time the inertia scroll begins.

Remarks

Velocity is continuously averaged with the most recent InteractiveDragEventArgs.Change values over time to get a "running average" velocity of the overall drag.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly