FMX.Types.IAlignableObject.Margins

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Margins: TBounds read GetMargins;

C++

__property TBounds* Margins = {read=GetMargins};

Properties

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

Description

Specifies the distances (in pixels) from each edge (top, left, bottom, right) of a control to either another control within the same Parent or to the edge of its Parent.

Margins adds space to the outer side of the control. Implement the GetAnchors function to get the value of Margins.

See Also