FMX.MultiView.TCustomMultiView.DrawerOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DrawerOptions: TDrawerAppearance read FDrawerOptions write SetDrawerOptions stored AreDrawerOptionsStored;

C++

__property Fmx::Multiview::Types::TDrawerAppearance* DrawerOptions = {read=FDrawerOptions, write=SetDrawerOptions, stored=AreDrawerOptionsStored};

Properties

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

Description

Specifies the parameters to control the master pane in the Drawer presentation mode.

This property allows you to define the following parameters:

  • DurationSliding: specifies the duration of the master pane sliding (in seconds);
  • Mode: specifies the master pane sliding mode;
  • Placement: specifies the master pane location (left or right);
  • TouchAreaSize: specifies the touch area size (in pixels).

See Also