FMX.Objects.TImage.BitmapMargins
From RAD Studio API Documentation
Delphi
property BitmapMargins: TBounds read FBitmapMargins write SetBitmapMargins;
C++
__property Fmx::Types::TBounds* BitmapMargins = {read=FBitmapMargins, write=SetBitmapMargins};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | FMX.Objects.pas FMX.Objects.hpp |
FMX.Objects | TImage |
Description
Specifies the margins of this bitmap.
Set or read the BitmapMargins property in order to affect the margins of the image that is displayed by this TImage component.