FMX.MultiView.TMultiViewPresentation.ExpandedSize

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

Delphi

property ExpandedSize: TSizeF read GetExpandedSize write SetExpandedSize;

C++

__property System::Types::TSizeF ExpandedSize = {read=GetExpandedSize, write=SetExpandedSize};

プロパティ

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


説明

TMultiView コンポーネントの StateOpened の際の Size(ピクセル単位)。

関連項目