FMX.InertialMovement.TAniCalculations.LowVelocity

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also