FMX.Objects.TImage.BitmapMargins

From RAD Studio API Documentation
Jump to: navigation, search

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 the bitmap displayed by this TImage component.

Set or read the BitmapMargins property in order to affect the margins of the image that is displayed by this TImage component.

See Also