FMX.Layers3D.TAbstractLayer3D.Padding

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Padding: TBounds read GetPadding write SetPadding;

C++

__property Fmx::Types::TBounds* Padding = {read=GetPadding, write=SetPadding};

Properties

Type Visibility Source Unit Parent
property public
FMX.Layers3D.pas
FMX.Layers3D.hpp
FMX.Layers3D TAbstractLayer3D

Description

Specifies the 3D layer's padding.

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

The layer's children are repositioned and resized, if necessary, to maintain the padding.

See Also