FMX.MultiView.TCustomMultiView.NavigationPaneOptions

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property NavigationPaneOptions: TNavigationPaneAppearance read FNavigationPaneOptions write SetNavigationPaneOptions stored AreNavigationPaneOptionsStored;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.MultiView.pas
FMX.MultiView.hpp
FMX.MultiView TCustomMultiView


Beschreibung

Legt die Optionen für das Erscheinungsbild des Hauptbereichs im NavigationPane-Darstellungsmodus fest.

Mit NavigationPaneOptions können Sie die Eigenschaft CollapsedWidth für das Erscheinungsbild des Hauptbereichs der aktuellen MultiView-Komponente verwalten. CollapsedWidth legt die Breite (in Pixel) des Hauptbereichs im NavigationPane-Darstellungsmodus im ausgeblendeten Zustand fest.

Siehe auch