FMX.InertialMovement.TAniCalculations.MaxVelocity

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property MaxVelocity: Integer read FMaxVelocity write FMaxVelocity default DefaultMaxVelocity;

C++

__property int MaxVelocity = {read=FMaxVelocity, write=FMaxVelocity, default=5000};

Eigenschaften

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


Beschreibung

Die maximal zulässige Geschwindigkeit der dynamischen Bewegung einer Bildlaufansicht in Pixel pro Sekunde.

Der Standardwert wird von der Konstante DefaultMaxVelocity definiert.

Siehe auch