←Select platform

Amplitude Property

Summary

The average amplitude of the drag events that caused the inertia scroll, in pixels.

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

Property Value

A LeadPoint of the average amplitude of the drag between drag events, in pixels.

Remarks

Amplitude is continuously averaged with the most recent InteractiveDragEventArgs.Change values to get a "running average" of the overall drag for use with Velocity.

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