Vcl.Controls.TInteractiveGestureOption

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

Delphi

TInteractiveGestureOption = (igoPanSingleFingerHorizontal,
igoPanSingleFingerVertical, igoPanInertia, igoPanGutter,
igoParentPassthrough);

C++

enum DECLSPEC_DENUM TInteractiveGestureOption : unsigned char { igoPanSingleFingerHorizontal, igoPanSingleFingerVertical, igoPanInertia, igoPanGutter, igoParentPassthrough };

プロパティ

種類 可視性 ソース ユニット
enum public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls Vcl.Controls

説明

ある対話型ジェスチャに設定可能なオプションを列挙します。

TInteractiveGestureOption は、対話型ジェスチャの一連のオプションを列挙します。これらのオプションは、対話型ジェスチャの特定の動作を有効または無効にします。次の表に、TInteractiveGestureOption に設定可能な値を示します。



意味

igoPanSingleFingerHorizontal

指を水平に移動したときに、"パン" ジェスチャが生成されます。

igoPanSingleFingerVertical

指を垂直に移動したときに、"パン" ジェスチャが生成されます。

igoPanInertia

慣性に対してもパン ジェスチャが生成されます。画面から指を離しても、パン イベントは継続されますが、慣性効果をシミュレートしながら縮小します。

igoPanGutter

パン ジェスチャをマージンで有効にします。

igoParentPassthrough

未処理の対話型ジェスチャが親コントロールに渡されます。



関連項目