FMX.InertialMovement.TAniCalculations.LowVelocity

提供:RAD Studio API Documentation

Delphi

property LowVelocity: Boolean read GetLowVelocity;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
FMX.InertialMovement.pas
FMX.InertialMovement.hpp
FMX.InertialMovement TAniCalculations


説明

現在の速度(CurrentVelocity)が、スクロール ビューの慣性移動で可能な最小速度(MinVelocity)より下回っていないかどうかを返します。

関連項目