API:FMX.MultiView.TMultiView.NavigationPaneOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property NavigationPaneOptions: TNavigationPaneAppearance read FNavigationPaneOptions write SetNavigationPaneOptions stored AreNavigationPaneOptionsStored;

C++

__property NavigationPaneOptions;

Properties

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

Description

Specifies the presentation characteristics of the master pane in the NavigationPane presentation mode.

FMX.MultiView.TMultiView.NavigationPaneOptions inherits from FMX.MultiView.TCustomMultiView.NavigationPaneOptions. All content below this line refers to FMX.MultiView.TCustomMultiView.NavigationPaneOptions. Specifies the presentation characteristics of the master pane in the NavigationPane presentation mode.

This property allows you to define the following characteristics:

  • CollapsedWidth: specifies the width of the master pane when it is collapsed.

See Also