FMX.Forms.TCustomPopupForm.ScreenContentRect

From RAD Studio API Documentation
Jump to: navigation, search

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.

triangular peaks

See Also