FMX.InertialMovement.TAniCalculations.LowVelocity

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property LowVelocity: Boolean read GetLowVelocity;

C++

__property bool LowVelocity = {read=GetLowVelocity, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.InertialMovement.pas
FMX.InertialMovement.hpp
FMX.InertialMovement TAniCalculations


Beschreibung

Gibt zurück, ob die aktuelle Geschwindigkeit (CurrentVelocity) kleiner als die minimal zulässige Geschwindigkeit (MinVelocity) der dynamischen Bewegung einer Bildlaufansicht in Pixel pro Sekunde ist.

Siehe auch