API:FMX.MultiView.TMultiView.NavigationPaneOptions

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property NavigationPaneOptions: TNavigationPaneAppearance read FNavigationPaneOptions write SetNavigationPaneOptions stored AreNavigationPaneOptionsStored;

C++

__property NavigationPaneOptions;

プロパティ

種類 可視性 ソース ユニット
property published
FMX.MultiView.pas
FMX.MultiView.hpp
FMX.MultiView TMultiView

説明

NavigationPane プレゼンテーション モードでのマスタ ペインの外観オプションを処理します。

FMX.MultiView.TMultiView.NavigationPaneOptions は FMX.MultiView.TCustomMultiView.NavigationPaneOptions を継承しています。以下の内容はすべて FMX.MultiView.TCustomMultiView.NavigationPaneOptions を参照しています。 NavigationPane プレゼンテーション モードでのマスタ ペインの外観オプションを処理します。

NavigationPaneOptions で、現在の MultiView コンポーネントのマスタ ペインの外観の CollapsedWidth プロパティを管理することができます。CollapsedWidth は、NavigationPane プレゼンテーション モードでのマスタ ペインの、折りたたまれた際の幅(ピクセル)を示します。

関連項目