FMX.Forms.TCustomPopupForm.ScreenContentRect

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property ScreenContentRect: TRectF read FScreenContentRect;

C++

__property System::Types::TRectF ScreenContentRect = {read=FScreenContentRect};

プロパティ

種類 可視性 ソース ユニット
property public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TCustomPopupForm


説明

ポップアップ フォーム内のコントロールの配置の基準となる四角形の画面座標です。

ScreenContentRect は、ポップアップ フォームのすべてのコントロールが内部に配置される四角形です。

TCalloutPanel 四角形に付いている "三角形の突起" のようないくつかの "装飾的要素" を ScreenContentRect の外部に配置できることに注意してください。

三角形の突起

関連項目