FMX.MultiView.TCustomMultiView.NavigationPaneOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property NavigationPaneOptions: TNavigationPaneAppearance read FNavigationPaneOptions write SetNavigationPaneOptions stored AreNavigationPaneOptionsStored;

C++

__property Fmx::Multiview::Types::TNavigationPaneAppearance* NavigationPaneOptions = {read=FNavigationPaneOptions, write=SetNavigationPaneOptions, stored=AreNavigationPaneOptionsStored};

Properties

Type Visibility Source Unit Parent
property public
FMX.MultiView.pas
FMX.MultiView.hpp
FMX.MultiView TCustomMultiView

Description

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