FMX.InertialMovement.TAniCalculations.Animation
Delphi
property Animation: Boolean read FAnimation write SetAnimation default False;
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.