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

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