FMX.MultiView.TMultiView.DrawerOptions

From RAD Studio API Documentation
Jump to: navigation, search

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

Handles appearance options of 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. Handles appearance options of the master pane in the Drawer presentation mode.

The DrawerOptions property handles the following options:

  • 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