FMX.InertialMovement.TAniCalculations.Animation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Animation: Boolean read FAnimation

C++

__property bool Animation = {read=FAnimation, write=SetAnimation, default=0};

Properties

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

Description

Specifies whether to customize inertial scrolling by taking into account the DecelerationRate property when calculating parameters of inertial scrolling.

See Also