FMX.Forms.TCustomPopupForm.PlacementRectangle

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

Delphi

property PlacementRectangle: TBounds read FPlacementRectangle write SetPlacementRectangle;

C++

__property Fmx::Types::TBounds* PlacementRectangle = {read=FPlacementRectangle, write=SetPlacementRectangle};

プロパティ

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


説明

TCustomPopupForm の配置の基準となる四角形を指定します。

PlacementRectangle の画面座標は、PlacementTarget(指定された場合)を基準として相対的に計算されます。そうでない場合は、画面の左上隅を基準として計算されます。使用されるルールは次のとおりです。

PlacementPlacementTargetPlacementRectangle を使用すると、TCustomPopupForm のターゲット原点と位置揃えポイントを設定できます。

関連項目