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 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