FMX.MultiView.TMultiView.NavigationPaneOptions

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property NavigationPaneOptions: TNavigationPaneAppearance read FNavigationPaneOptions write SetNavigationPaneOptions stored AreNavigationPaneOptionsStored;

C++

__property NavigationPaneOptions;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
FMX.MultiView.pas
FMX.MultiView.hpp
FMX.MultiView TMultiView

Beschreibung

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

FMX.MultiView.TMultiView.NavigationPaneOptions erbt von FMX.MultiView.TCustomMultiView.NavigationPaneOptions. Der folgende Inhalt bezieht sich auf FMX.MultiView.TCustomMultiView.NavigationPaneOptions. 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