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

Handles the appearance options of the master pane in the NavigationPane presentation mode.

With NavigationPaneOptions, you can manage the CollapsedWidth property of the master pane appearance of the current MultiView component. CollapsedWidth specifies the width (in pixels) of the master pane in the NavigationPane presentation mode when it is collapsed.

See Also