FMX.MultiView.Types.TTouchInterceptingLayoutModel.InterceptionSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property InterceptionSize: Single read FInterceptionSize write SetInterceptionSize;

C++

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

Properties

Type Visibility Source Unit Parent
property public
FMX.MultiView.Types.pas
FMX.MultiView.Types.hpp
FMX.MultiView.Types TTouchInterceptingLayoutModel

Description

Size of the area to catch mouse events.

The InterceptionSize property of type Single indicates the size of the area where the layout can catch mouse events.

See Also