FMX.MultiView.TMultiViewPresentation.ExpandedSize

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ExpandedSize: TSizeF read GetExpandedSize write SetExpandedSize;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.MultiView.pas
FMX.MultiView.hpp
FMX.MultiView TMultiViewPresentation


Beschreibung

Größe der TMultiView-Komponente, wenn deren State Opened ist.

Siehe auch