FMX.Forms.TCustomPopupForm.ScreenContentRect
Delphi
property ScreenContentRect: TRectF read FScreenContentRect;
C++
__property System::Types::TRectF ScreenContentRect = {read=FScreenContentRect};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.Forms.pas FMX.Forms.hpp |
FMX.Forms | TCustomPopupForm |
Description
Screen coordinates of the rectangle relative to which controls in the pop-up form are positioned.
ScreenContentRect is the rectangle inside which all controls of the pop-up form are positioned.
Notice that some 'decorative elements', like 'triangular peaks' on TCalloutPanel rectangles, can be positioned outside the ScreenContentRect.