FMX.Types.TCustomTouchManager.InteractiveGestures

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

Delphi

property InteractiveGestures: TInteractiveGestures

C++

__property TInteractiveGestures InteractiveGestures = {read=FInteractiveGestures, write=SetInteractiveGestures, stored=IsInteractiveGesturesStored, nodefault};

プロパティ

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


説明

所有者であるコントロールに関連付けられた対話型ジェスチャのセットを示します。

InteractiveGestures プロパティを使用すると、この TCustomTouchManager を所有するコントロールに関連付けられた対話型ジェスチャにアクセスすることができます。

関連項目