FMX.MultiView.TMultiView.DrawerOptions
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.
FMX.MultiView.TMultiView.DrawerOptions inherits from FMX.MultiView.TCustomMultiView.DrawerOptions. All content below this line refers to FMX.MultiView.TCustomMultiView.DrawerOptions.
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).