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

Die Größe (Size) in Pixel der TMultiView-Komponente im Status State Opened.

Siehe auch