FMX.InertialMovement.TAniCalculations.StorageTime

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StorageTime: Double read FStorageTime  write FStorageTime stored StorageTimeStored nodefault;

C++

__property double StorageTime = {read=FStorageTime, write=FStorageTime, stored=StorageTimeStored};

Properties

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

Description

The duration of time in which the scrolling engine stores obtained trajectory points.

These Positions points and corresponding times PositionTimes are used to obtain the velocity and direction of the inertial scrolling. The default storage time is DefaultStorageTime.

See Also