FMX.MultiView.TMultiView.DrawerOptions

From RAD Studio API Documentation

Delphi

property DrawerOptions: TDrawerAppearance read FDrawerOptions write SetDrawerOptions stored AreDrawerOptionsStored;

C++

__property DrawerOptions;

Properties

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

Description

Specifies the parameters to control the master pane in the Drawer presentation mode. {{#multireplace:FMX.MultiView.TMultiView.DrawerOptions|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.MultiView.TCustomMultiView.DrawerOptions|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.MultiView.TCustomMultiView.DrawerOptions|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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