FMX.InertialMovement.TAniCalculations.CurrentVelocity

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CurrentVelocity: TPointD read FCurrentVelocity;

C++

__property TPointD CurrentVelocity = {read=FCurrentVelocity};

Properties

Type Visibility Source Unit Parent
property public
FMX.InertialMovement.pas
FMX.InertialMovement.hpp
FMX.InertialMovement TAniCalculations

Description

The current velocity of the inertial moving of a scroll view in pixels per second.

TPointD.X and TPointD.Y can be used as velocity values along the horizontal and vertical axes, respectively.

See Also