FMX.MultiView.Types.TCustomTouchInterceptingLayout.InterceptionSize

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

Delphi

property InterceptionSize: Single read GetInterceptionSize write SetInterceptionSize

C++

__property float InterceptionSize = {read=GetInterceptionSize, write=SetInterceptionSize, stored=IsInterceptionSizeStored};

プロパティ

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


説明

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

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

関連項目