FMX.Layers3D.TBufferLayer3D.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.Layers3D.pas
FMX.Layers3D.hpp
FMX.Layers3D TBufferLayer3D

Description

Specifies the 3D layer's padding.

FMX.Layers3D.TBufferLayer3D.Padding inherits from FMX.Layers3D.TAbstractLayer3D.Padding. All content below this line refers to FMX.Layers3D.TAbstractLayer3D.Padding.

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