API:FMX.MultiView.TMultiView.PopoverOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PopoverOptions: TPopoverAppearance read FPopoverOptions write SetPopoverAppearance stored ArePopoverOptionsStored;

C++

__property PopoverOptions;

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 Popover presentation mode.

FMX.MultiView.TMultiView.PopoverOptions inherits from FMX.MultiView.TCustomMultiView.PopoverOptions. All content below this line refers to FMX.MultiView.TCustomMultiView.PopoverOptions. Handles appearance options of the master pane in the Popover presentation mode.

In the Popover presentation mode, the master pane is a pop-up menu, which can be displayed or hidden using the master button.

The PopoverOptions property allows you to handle the following options:

  • AppearanceDuration: specifies the duration of the pop-up window appearance (in seconds). By default, this property is set to 0.25 s.
  • PopupHeight: specifies the height of the pop-up window (in pixels). By default, this property is set to 400px.
  • StyleLookup: specifies the name of the resource object (style) to which this pop-up window is linked.
  • TintColor: specifies the tint applied to this pop-up window.

See Also