FMX.Forms.TCustomPopupForm.ScreenPlacementRect

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

Delphi

property ScreenPlacementRect: TRectF read FScreenPlacementRect;

C++

__property System::Types::TRectF ScreenPlacementRect = {read=FScreenPlacementRect};

プロパティ

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


説明

ポップアップ フォームの位置への四角形の相対的画面座標。

ScreenPlacementRect は、PlacementRectangle および PlacementTarget を検討して定義されます。

画面配置の四角形

この図では、ScreenPlacementRect は、Show popup ボタンの Fuchsia 色の四角形です。

関連項目