FMX.InertialMovement.TAniCalculations.UpVelocity

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UpVelocity: TPointD read FUpVelocity;

C++

__property TPointD UpVelocity = {read=FUpVelocity};

Properties

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

Description

Identifies the velocity at the moment when the mouse button was released.

See Also