API:FMX.Grid.TStringGrid.Padding

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Padding: TBounds read GetPadding write SetPadding;

C++

__property Padding;

Properties

Type Visibility Source Unit Parent
property published
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TStringGrid

Description



Specifies the control's padding.

FMX.Grid.TStringGrid.Padding inherits from FMX.Controls.TControl.Padding. All content below this line refers to FMX.Controls.TControl.Padding.

Specifies the control's padding.

The Padding of a control specifies how close, in pixels, the control's children can come to each of its edges (top, left, bottom, right). Padding adds space to the inner side of the control.

The control's children are repositioned and resized, if necessary, to maintain the Padding.

The following image shows how Padding and Margins properties affect alignment, position, and size of controls.

Margins Padding Control.png

See Also