FMX.ExtCtrls.TImageViewer.BackgroundFill

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BackgroundFill: TBrush read GetBackgroundFill write SetBackgroundFill;

C++

__property Fmx::Graphics::TBrush* BackgroundFill = {read=GetBackgroundFill, write=SetBackgroundFill};

Properties

Type Visibility Source Unit Parent
property published
FMX.ExtCtrls.pas
FMX.ExtCtrls.hpp
FMX.ExtCtrls TImageViewer

Description

Represents a TBrush used to customize the background of the image.

Modify the BackgroundFill property in order to customize the background of the control. This property has a visual effect for images containing transparent portions or for images smaller than the control.


See Also