FMX.MultiView.Types.TDrawerAppearance.TouchAreaSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TouchAreaSize: Single read FTouchAreaSize write SetTouchAreaSize stored IsTouchAreaSizeStored nodefault;

C++

__property float TouchAreaSize = {read=FTouchAreaSize, write=SetTouchAreaSize, stored=IsTouchAreaSizeStored};

Properties

Type Visibility Source Unit Parent
property published
FMX.MultiView.Types.pas
FMX.MultiView.Types.hpp
FMX.MultiView.Types TDrawerAppearance

Description

Specifies the width of touch area (in pixels).

Use this property to specify the width of touch area where the user can swipe right or left from the edge of the screen to open the master pane. The position of touch area (next to the left or right side of the device screen) depends on the Placement property value.

See Also