FMX.Forms.TCustomPopupForm.ContentPadding

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

Delphi

property ContentPadding: TBounds read FContentPadding write SetContentPadding;

C++

__property Fmx::Types::TBounds* ContentPadding = {read=FContentPadding, write=SetContentPadding};

プロパティ

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


説明

ポップアップ フォームのパディングを指定します。

ポップアップ フォームの ContentPadding では、フォームの子からフォームの各辺(上下左右)までの最小距離(ピクセル単位)を指定します。Padding も参照してください。

ポップアップ フォームは、インデントされたこの "パディング四角形" の境界に接着されます。

ScreenPlacementRect.png

関連項目