FMX.Types.IAlignableObject.Padding

From RAD Studio API Documentation
Revision as of 10:11, 25 March 2013 by AlexandraSM (talk | contribs) (RS-37237)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

property Padding: TBounds read GetPadding;

C++

__property TBounds* Padding = {read=GetPadding};

Properties

Type Visibility Source Unit Parent
property public
FMX.Types.pas
FMX.Types.hpp
FMX.Types IAlignableObject

Description

Specifies the object's padding.

Implement the GetPadding function to get the value of the Padding property.

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.

See Also