FMX.Forms.TCommonCustomForm.Padding
Delphi
property Padding: TBounds read FPadding write SetPadding;
C++
__property Fmx::Types::TBounds* Padding = {read=FPadding, write=SetPadding};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.Forms.pas FMX.Forms.hpp |
FMX.Forms | TCommonCustomForm |
Description
Specifies the padding of the form.
The Padding of a form specifies how close, in pixels, the child of the form can come to each of its edges (top, left, bottom, right). Padding adds space to the inner side of the form.
The child of the form is repositioned and resized, if necessary, to fit the Padding.