Vcl.Touch.GestureCtrls.TCustomGesturePreview.AnimateShortDelay

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

Delphi

property AnimateShortDelay: Integer read FAnimateShortDelay  write SetAnimateShortDelay default 75;

C++

__property int AnimateShortDelay = {read=FAnimateShortDelay, write=SetAnimateShortDelay, default=75};

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.Touch.GestureCtrls.pas
Vcl.Touch.GestureCtrls.hpp
Vcl.Touch.GestureCtrls TCustomGesturePreview

説明

アニメーションの遅延時間を指定します。

AnimateShortDelay を使用して、ジェスチャ プレビュー コントロールが次のフレームの描画まで待機するミリ秒数を設定します。 AnimateShortDelay の値を大きくするとアニメーションのサイクルがより長くなり、ジェスチャ パスの実際の表示時間を延長します。

関連項目