FMX.InertialMovement.TAniCalculations.MaxVelocity

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property MaxVelocity: Integer read FMaxVelocity write FMaxVelocity default DefaultMaxVelocity;

C++

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

プロパティ

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


説明

スクロール ビューの慣性動作で可能な最大速度(ピクセル/秒)。

デフォルト値は、DefaultMaxVelocity 定数で定義されます。

関連項目