FMX.InertialMovement.TAniCalculations.Elasticity

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

Delphi

property Elasticity: Double read FElasticity  write FElasticity stored ElasticityStored nodefault;

C++

__property double Elasticity = {read=FElasticity, write=FElasticity, stored=ElasticityStored};

プロパティ

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

説明

境界の弾性係数です。


デフォルトでは、コンテンツの境界を越えてスクロールしたとき、スクロール ビューは "跳ね返り" ます。Elasticity で、この "跳ね返り" の速度が定義されます。

デフォルトの弾性は DefaultElasticity 定数で定義されています。