FMX.Forms.TCustomPopupForm.ScreenContentRect
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 の外部に配置できることに注意してください。