FMX.MultiView.Types.TTouchInterceptingLayoutModel.InterceptionSize

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

Delphi

property InterceptionSize: Single read FInterceptionSize write SetInterceptionSize;

C++

__property float InterceptionSize = {read=FInterceptionSize, write=SetInterceptionSize};

プロパティ

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


説明

マウス イベントを捕捉する領域のサイズです。

Single 型の InterceptionSize プロパティは、レイアウトがマウス イベントを捕捉できる領域のサイズを示します。

関連項目