FMX.InertialMovement.TAniCalculations.MaxVelocity

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MaxVelocity: Integer read FMaxVelocity write FMaxVelocity default DefaultMaxVelocity;

C++

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

Properties

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

Description

The maximal permitted velocity of the inertial moving of a scroll view in pixels per second.

The default value is defined by the DefaultMaxVelocity constant.

See Also