FMX.Forms.TForm.Padding

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Padding: TBounds read FPadding write SetPadding;

C++

__property Padding;

Properties

Type Visibility Source Unit Parent
property published
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TForm

Description

Specifies the padding of the form.

FMX.Forms.TForm.Padding inherits from FMX.Forms.TCommonCustomForm.Padding. All content below this line refers to FMX.Forms.TCommonCustomForm.Padding.

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.

Margins Padding Control.png

See Also