FMX.MultiView.Types.TDrawerAppearance.Placement

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Placement: TPanelPlacement read FPlacement write SetPlacement default DefaultPlacement;

C++

__property TPanelPlacement Placement = {read=FPlacement, write=SetPlacement, default=0};

Properties

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

Description

Specifies the master pane location (left or right).

Use this property to specify the master pane location. The Placement property can take the following values:

  • Left: Places the master pane next to the left side of the device screen.
  • Right: Places the master pane next to the right side of the device screen.

Note: This property has no effect in the Popover master pane presentation mode.

See Also