FMX.InertialMovement.TAniCalculations.LowVelocity
Delphi
property LowVelocity: Boolean read GetLowVelocity;
C++
__property bool LowVelocity = {read=GetLowVelocity, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.InertialMovement.pas FMX.InertialMovement.hpp |
FMX.InertialMovement | TAniCalculations |
Description
Returns whether the current velocity (CurrentVelocity) is lower than the minimal permitted velocity (MinVelocity) of the inertial moving of a scroll view in pixels per second.