FMX.Forms.TCustomPopupForm.ContentPadding
Delphi
property ContentPadding: TBounds read FContentPadding write SetContentPadding;
C++
__property Fmx::Types::TBounds* ContentPadding = {read=FContentPadding, write=SetContentPadding};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.Forms.pas FMX.Forms.hpp |
FMX.Forms | TCustomPopupForm |
Description
Specifies the padding of the pop-up form.
The ContentPadding of a pop-up form specifies how close, in pixels, the children of the form can come to each of the form edges (top, left, bottom, right). See also Padding.
The adhering of the pop-up form is executed to the boundaries of this indented 'padding rectangle'.