FMX.MultiView.TMultiViewPresentation.ExpandedSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ExpandedSize: TSizeF read GetExpandedSize write SetExpandedSize;

C++

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

Properties

Type Visibility Source Unit Parent
property public
FMX.MultiView.pas
FMX.MultiView.hpp
FMX.MultiView TMultiViewPresentation

Description

The Size (in pixels) of the TMultiView component when its State is Opened.

See Also