API: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 Darstellungsmerkmale des Hauptbereichs im Darstellungsmodus NavigationPane fest.

FMX.MultiView.TMultiView.NavigationPaneOptions erbt von FMX.MultiView.TCustomMultiView.NavigationPaneOptions. Der folgende Inhalt bezieht sich auf FMX.MultiView.TCustomMultiView.NavigationPaneOptions. Legt die Darstellungsmerkmale des Hauptbereichs im Darstellungsmodus NavigationPane fest.

Mit dieser Eigenschaft können Sie die folgenden Merkmale festlegen:

  • CollapsedWidth: Gibt die Breite des Hauptbereichs im reduzierten Zustand an.

Siehe auch