FMX.MultiView.Types.TNavigationPaneAppearance.CollapsedWidth

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

Delphi

property CollapsedWidth: Single read FCollapsedWidth write SetCollapsedWidth stored IsCollapsedWidthStored nodefault;

C++

__property float CollapsedWidth = {read=FCollapsedWidth, write=SetCollapsedWidth, stored=IsCollapsedWidthStored};

プロパティ

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


説明

NavigationPane プレゼンテーション モードTMultiView コンポーネントの、折りたたまれたマスタ ペインの幅を示します(ピクセルで)。

関連項目